]> git.notmuchmail.org Git - notmuch/blobdiff - test/T800-asan.sh
test: add known broken test for message-id with embedded spaces.
[notmuch] / test / T800-asan.sh
index 8c29457822fd696278260e0aee8b98ab17c9621c..5055c93e122b2c82449e5df4cf5d38632d971545 100755 (executable)
@@ -9,10 +9,9 @@ fi
 
 add_email_corpus
 
-TEST_CFLAGS="-fsanitize=address"
+TEST_CFLAGS="${TEST_CFLAGS:-} -fsanitize=address"
 
 test_begin_subtest "open and destroy"
-test_subtest_known_broken
 test_C ${MAIL_DIR} ${NOTMUCH_CONFIG} <<EOF
 #include <notmuch.h>
 #include <stdio.h>