From 13a18ceb44ef6fb2742f16f4ec2ad47b8af56f48 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Sep 2014 15:18:44 +0200 Subject: Fix use of PAGER during tests --- tests/common.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/common.sh.in b/tests/common.sh.in index 8581223b3d89..8c265d1a8de0 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -24,6 +24,7 @@ export NIX_BUILD_HOOK= export dot=@dot@ export xmllint="@xmllint@" export SHELL="@bash@" +export PAGER=cat export version=@PACKAGE_VERSION@ export system=@system@ -- cgit 1.4.1