diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index fb58ff6..f34fb0d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ PROGRAM_EXEC=../src/$(PROGRAM_NAME) all: for t in [0-9]*.sh ; do \ echo $$t; \ - sh ./$$t ../src/diff-dd; \ + bash ./$$t ../src/diff-dd; \ # Testing of the return value must return true on the test failure. \ # If the return value is zero, it means a successful test. \ [ $$? -ne 0 ] && exit 1 || true; \ |
