Skip to content

Commit 3de92cd

Browse files
committed
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
2 parents bd3e186 + 52c02f6 commit 3de92cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7006-pager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_expect_failure TTY 'pager runs from subdir' '
4040
test_expect_success TTY 'LESS and LV envvars are set for pagination' '
4141
(
4242
sane_unset LESS LV &&
43-
PAGER="env >pager-env.out" &&
43+
PAGER="env >pager-env.out; wc" &&
4444
export PAGER &&
4545
4646
test_terminal git log

0 commit comments

Comments
 (0)