X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=test%2FT810-tsan.sh;fp=test%2FT810-tsan.sh;h=4071e2968f2ad62eb6642c68b39f2750327682d0;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=7e877b27e6132d534209d1517966480a8eb8c07d;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9;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