Fix use of PAGER during tests

This commit is contained in:
Eelco Dolstra 2014-09-23 15:18:44 +02:00
parent 147fcdd137
commit 13a18ceb44

View file

@ -24,6 +24,7 @@ export NIX_BUILD_HOOK=
export dot=@dot@ export dot=@dot@
export xmllint="@xmllint@" export xmllint="@xmllint@"
export SHELL="@bash@" export SHELL="@bash@"
export PAGER=cat
export version=@PACKAGE_VERSION@ export version=@PACKAGE_VERSION@
export system=@system@ export system=@system@