[PATCH] Need to set PAGER in tests
"t5400-send-pack.sh --verbose" stops waiting for user input. It happens because "git log" uses less for output now. To prevent this, PAGER should be set to cat. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
da7bc9b081
commit
d9bdd39eee
@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
# For repeatability, reset the environment to known value.
|
# For repeatability, reset the environment to known value.
|
||||||
LANG=C
|
LANG=C
|
||||||
|
PAGER=cat
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
export LANG TZ
|
export LANG PAGER TZ
|
||||||
unset AUTHOR_DATE
|
unset AUTHOR_DATE
|
||||||
unset AUTHOR_EMAIL
|
unset AUTHOR_EMAIL
|
||||||
unset AUTHOR_NAME
|
unset AUTHOR_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user