summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da7bc9b)
raw | patch | inline | side by side (parent: da7bc9b)
author | Pavel Roskin <proski@gnu.org> | |
Thu, 11 Aug 2005 02:10:01 +0000 (22:10 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 12 Aug 2005 01:26:15 +0000 (18:26 -0700) |
"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>
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>
t/test-lib.sh | patch | blob | history |
diff --git a/t/test-lib.sh b/t/test-lib.sh
index e62bd0408ca217f1423801258b0244db6984ea77..5cdd41dd930358b8ef10ac1f3259df150ee50fa5 100755 (executable)
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
# 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