]> git.notmuchmail.org Git - notmuch/blobdiff - test/T800-asan.sh
test: check for empty/missing files in test_expect_equal_message_body
[notmuch] / test / T800-asan.sh
index 8607732e176b9978bd72622a6e5ddf8a255e6710..7c28dc7c9b84ac3a5fd7303dce7ac3d1e0d8ff2d 100755 (executable)
@@ -2,14 +2,14 @@
 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
 
 add_email_corpus
 
-TEST_CFLAGS="-fsanitize=address"
+TEST_CFLAGS="${TEST_CFLAGS:-} -fsanitize=address"
 
 test_begin_subtest "open and destroy"
 test_C ${MAIL_DIR} ${NOTMUCH_CONFIG} <<EOF