X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=b1b0db89602838e78c0d9577cd205842c7835bfe;hp=966b2dcfd64ab9975171c39c1959fb10ae5941a2;hb=5ae1b9c328518a3b09be827ee59498b0598119ff;hpb=22af786838793ed97fa3dbb1d223e90602912b71 diff --git a/test/test-lib.sh b/test/test-lib.sh index 966b2dcf..b1b0db89 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -449,7 +449,7 @@ test_expect_equal () output="$1" expected="$2" - if ! test_skip "$@" + if ! test_skip "$test_subtest_name" then if [ "$output" = "$expected" ]; then test_ok_ "$test_subtest_name" @@ -472,7 +472,7 @@ test_expect_equal_file () output="$1" expected="$2" - if ! test_skip "$@" + if ! test_skip "$test_subtest_name" then if diff -q "$expected" "$output" >/dev/null ; then test_ok_ "$test_subtest_name"