Make sure we use compat/subprocess.py with Python 2.3 while running tests.
authorJunio C Hamano <junkio@cox.net>
Thu, 8 Dec 2005 05:52:28 +0000 (21:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Dec 2005 06:05:05 +0000 (22:05 -0800)
commit49ccb0877f64308662669a09db7b221419c13d0a
treed39d77ca63a5aa462ad28ed405e98f727d2a9dc8
parent128aed684d0b3099092b7597c8644599b45b7503
Make sure we use compat/subprocess.py with Python 2.3 while running tests.

Otherwise the test will not succeed without installing.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh