X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT810-tsan.sh;h=4071e2968f2ad62eb6642c68b39f2750327682d0;hb=HEAD;hp=7e877b27e6132d534209d1517966480a8eb8c07d;hpb=6273966d0b50541a37a652ccf6113f184eff5300;p=notmuch diff --git a/test/T810-tsan.sh b/test/T810-tsan.sh index 7e877b27..4071e296 100755 --- a/test/T810-tsan.sh +++ b/test/T810-tsan.sh @@ -8,7 +8,7 @@ test_description='run code with TSan enabled against the library' . "$test_directory"/test-lib.sh || exit 1 -if [ $NOTMUCH_HAVE_TSAN -ne 1 ]; then +if [ "${NOTMUCH_HAVE_TSAN-0}" != "1" ]; then printf "Skipping due to missing TSan support\n" test_done fi