summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-01-31 10:51:57 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-01-31 10:51:57 -0800
commit3de92cd16deed3de2b421ccee0b4cd756086bd8c (patch)
treef494e3354b937fc1d82d7472f67b2f1738821aee /t
parentGit 1.9-rc1 (diff)
parentpager test: make fake pager consume all its input (diff)
downloadtgif-3de92cd16deed3de2b421ccee0b4cd756086bd8c.tar.xz
Merge branch 'jn/pager-lv-default-env'
A finishing touch to its test. * jn/pager-lv-default-env: pager test: make fake pager consume all its input
Diffstat (limited to 't')
-rwxr-xr-xt/t7006-pager.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7006-pager.sh b/t/t7006-pager.sh
index 7fe3367b6b..b9365b431d 100755
--- a/t/t7006-pager.sh
+++ b/t/t7006-pager.sh
@@ -40,7 +40,7 @@ test_expect_failure TTY 'pager runs from subdir' '
test_expect_success TTY 'LESS and LV envvars are set for pagination' '
(
sane_unset LESS LV &&
- PAGER="env >pager-env.out" &&
+ PAGER="env >pager-env.out; wc" &&
export PAGER &&
test_terminal git log