X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2FMakefile;h=e71da7782ecce282a2c0098cc1d10d2171a5a954;hb=79a9d8ea0d88a3667ad19be8e705405ab5d896f1;hp=6882e23be568ccf14f3adb0c766139086f2ee952;hpb=379955c696a417f0fb6118f2fd91dbffd2816ad1;p=git.git diff --git a/t/Makefile b/t/Makefile index 6882e23b..e71da778 100644 --- a/t/Makefile +++ b/t/Makefile @@ -4,11 +4,13 @@ # #GIT_TEST_OPTS=--verbose --debug +SHELL_PATH ?= $(SHELL) +TAR ?= $(TAR) T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) all: - @$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; ) + @$(foreach t,$T,echo "*** $t ***"; $(SHELL_PATH) $t $(GIT_TEST_OPTS) || exit; ) @rm -fr trash clean: