diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-31 10:51:57 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-31 10:51:57 -0800 |
commit | 3de92cd16deed3de2b421ccee0b4cd756086bd8c (patch) | |
tree | f494e3354b937fc1d82d7472f67b2f1738821aee /t | |
parent | bd3e186d811a13d8687584856f345a767e3e4d67 (diff) | |
parent | 52c02f658ec07dc32fb43524c9b32b1ea0954f27 (diff) | |
download | git-3de92cd16deed3de2b421ccee0b4cd756086bd8c.tar.gz git-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-x | t/t7006-pager.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7006-pager.sh b/t/t7006-pager.sh index 7fe3367b6..b9365b431 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 |