X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT560-lib-error.sh;fp=test%2FT560-lib-error.sh;h=a2901ff6404f8ba1d4794bb9bf46c787be4312e0;hp=80527afd42beba51aa109c9e6067d81dba3fa26d;hb=00ec2b271d457bf7b81efed8ff91e52290a38f4a;hpb=8ade833ec2714c6f4fb2fcba0bc28b9c421907d5 diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 80527afd..a2901ff6 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -274,24 +274,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT.clean restore_database -backup_database -test_begin_subtest "Xapian exception getting tags" -cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} ${POSTLIST_PATH} - { - notmuch_tags_t *tags = NULL; - tags = notmuch_database_get_all_tags (db); - stat = (tags == NULL); - } -EOF -sed 's/^\(A Xapian exception [^:]*\):.*$/\1/' < OUTPUT > OUTPUT.clean -cat <<'EOF' >EXPECTED -== stdout == -== stderr == -A Xapian exception occurred getting tags -EOF -test_expect_equal_file EXPECTED OUTPUT.clean -restore_database - backup_database test_begin_subtest "Xapian exception creating directory" cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} ${POSTLIST_PATH}