1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-03 07:36:35 +02:00

[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:
Pavel Roskin 2005-08-10 22:10:01 -04:00 committed by Junio C Hamano
parent da7bc9b081
commit d9bdd39eee

View File

@ -5,8 +5,9 @@
# For repeatability, reset the environment to known value.
LANG=C
PAGER=cat
TZ=UTC
export LANG TZ
export LANG PAGER TZ
unset AUTHOR_DATE
unset AUTHOR_EMAIL
unset AUTHOR_NAME