CDB-3094 use bash command instead of sh

This commit is contained in:
Raul Ochoa 2014-06-16 16:28:28 +02:00
parent 9a55b03d6f
commit 9d7de169fb

View File

@ -62,7 +62,7 @@ legacy_regress: $(REGRESS_OLD) Makefile
done
test_organization:
sh test/organization/test.sh
bash test/organization/test.sh
legacy_tests: legacy_regress