about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-23T13·18+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-23T13·18+0200
commit13a18ceb44ef6fb2742f16f4ec2ad47b8af56f48 (patch)
tree9e013266f5a8d451a6cd9afc29a6a9e54b55be28 /tests
parent147fcdd13789aae39d89c763f8e13641e4cc68d1 (diff)
Fix use of PAGER during tests
Diffstat (limited to 'tests')
-rw-r--r--tests/common.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index 8581223b3d..8c265d1a8d 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@