Get tests passing again.
[git-central.git] / tests / Makefile
index 11c10c1..ba3db94 100644 (file)
@@ -10,7 +10,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
 all: $(T) clean
 
 $(T):
-       @echo "*** $@ ***"; GIT_CONFIG=.git/config /bin/sh $@ $(GIT_TEST_OPTS)
+       @echo "*** $@ ***"; GIT_CONFIG=.git/config /bin/bash $@ $(GIT_TEST_OPTS)
 
 clean:
        rm -fr 'trash directory'