From b2fa60bcc3d876b30db1be4d31a8379f14ad2ae5 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 7 Jan 2020 17:24:16 +0100 Subject: [PATCH] TST: fix test_misc --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f031083a..ea03f993 100644 --- a/makefile +++ b/makefile @@ -56,7 +56,7 @@ test: easy-units mvn test -X test_misc: - cd misc/bend_symlinks/ && /usr/bin/shunit2 test/test_suite.sh + cd misc/bend_symlinks/ && /bin/bash -c /usr/bin/shunit2 test/test_suite.sh clean: clean-antlr mvn clean -- GitLab