[PATCH] Need to set PAGER in tests
authorPavel Roskin <proski@gnu.org>
Thu, 11 Aug 2005 02:10:01 +0000 (22:10 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Aug 2005 01:26:15 +0000 (18:26 -0700)
commitd9bdd39eee54ebd77bc01235c00e827ddbe892d0
treec8401ef169b4bdcbac2ad3a8e566b31e680c9b98
parentda7bc9b081ad8e45c997678c4ab4e7da9cd335ed
[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>
t/test-lib.sh