X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT800-asan.sh;fp=test%2FT800-asan.sh;h=7c28dc7c9b84ac3a5fd7303dce7ac3d1e0d8ff2d;hp=5055c93e122b2c82449e5df4cf5d38632d971545;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9 diff --git a/test/T800-asan.sh b/test/T800-asan.sh index 5055c93e..7c28dc7c 100755 --- a/test/T800-asan.sh +++ b/test/T800-asan.sh @@ -2,7 +2,7 @@ test_description='run code with ASAN enabled against the library' . $(dirname "$0")/test-lib.sh || exit 1 -if [ $NOTMUCH_HAVE_ASAN -ne 1 ]; then +if [ "${NOTMUCH_HAVE_ASAN-0}" != "1" ]; then printf "Skipping due to missing ASAN support\n" test_done fi