]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: test-lib.sh: use $BASH instead of ${SHELL-sh} to relaunch
[notmuch] / test / test-lib.sh
index e2e26e6f274a1260ac570b09cd92f27ae90f1478..bda8a80a54988c9b80c8e8be71185591cef98aa0 100644 (file)
@@ -39,7 +39,7 @@ done,*)
 *' --tee '*|*' --va'*)
        mkdir -p test-results
        BASE=test-results/$this_test
-       (GIT_TEST_TEE_STARTED=done ${SHELL-sh} "$0" "$@" 2>&1;
+       (GIT_TEST_TEE_STARTED=done "$BASH" "$0" "$@" 2>&1;
         echo $? > $BASE.exit) | tee $BASE.out
        test "$(cat $BASE.exit)" = 0
        exit