X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT070-insert.sh;h=b37a9b672bbad63bc34751f14c7363a6e3f5650d;hb=97fadd0645e908ff8322577a983dc710bfda33d6;hp=7341810ca1e0bde2c8502b8e222be0d1cbe00608;hpb=d12d91f82801d784f49939756ec9643a9cada60c;p=notmuch diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 7341810c..b37a9b67 100755 --- a/test/T070-insert.sh +++ b/test/T070-insert.sh @@ -247,7 +247,7 @@ notmuch config set new.tags $OLDCONFIG # DUPLICATE_MESSAGE_ID is not tested here, because it should actually pass. # pregenerate all of the test shims -for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR OUT_OF_MEMORY XAPIAN_EXCEPTION; do +for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR OUT_OF_MEMORY XAPIAN_EXCEPTION; do make_shim shim-$code < #include @@ -264,7 +264,7 @@ done gen_insert_msg -for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR; do +for code in FILE_NOT_EMAIL READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR; do test_begin_subtest "EXIT_FAILURE when index_file returns $code" test_expect_code 1 "notmuch_with_shim shim-$code insert < \"$gen_msg_filename\""