use /bin/sh instead of /bin/bash to run test.sh, since MSYS does not have /bin/bash (although /bin/sh is bash)

This commit is contained in:
Joel Dice 2008-10-11 11:59:18 -06:00
parent 471ac4d960
commit 54e618847a

View File

@ -255,7 +255,7 @@ vg: build
.PHONY: test
test: build
/bin/bash $(test)/test.sh 2>/dev/null \
/bin/sh $(test)/test.sh 2>/dev/null \
$(executable) $(mode) "$(flags)" \
$(call class-names,$(test-build),$(test-classes))