summaryrefslogtreecommitdiff
path: root/t/get-sysconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/get-sysconf.sh')
-rw-r--r--t/get-sysconf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh
index 11aa48bde..016e60491 100644
--- a/t/get-sysconf.sh
+++ b/t/get-sysconf.sh
@@ -25,7 +25,7 @@
st=0
if test -d "$am_top_srcdir"/.git; then
# We are running from a git checkout.
- (cd "$am_top_srcdir" && git log -1) || st=1
+ (cd "$am_top_srcdir" && git --no-pager log -1) || st=1
elif test -f "$am_top_srcdir"/ChangeLog; then
# We are probably running from a distribution tarball.
awk '