Skip to content

Commit

Permalink
Merge branch 'jn/pager-lv-default-env'
Browse files Browse the repository at this point in the history
A finishing touch to its test.

* jn/pager-lv-default-env:
  pager test: make fake pager consume all its input
  • Loading branch information
Junio C Hamano committed Jan 31, 2014
2 parents bd3e186 + 52c02f6 commit 3de92cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7006-pager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de92cd

Please sign in to comment.