X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT050-new.sh;h=ffa303efaceca99cdc7c0d6cbf75a83f6184bb1d;hb=d877240f4e097eb3dd477409a24155c10e0b3c17;hp=9115de820770181bd6ff8f8c9b655d047e9fd8c9;hpb=e0e8586fc72763571f9eafeb831c7bc79a15273d;p=notmuch diff --git a/test/T050-new.sh b/test/T050-new.sh index 9115de82..ffa303ef 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -286,8 +286,8 @@ notmuch config set new.tags "-foo;bar" output=$(NOTMUCH_NEW --debug 2>&1) test_expect_equal "$output" "Error: tag '-foo' in new.tags: tag starting with '-' forbidden" -test_expect_code 1 "Invalid tags set exit code" \ - "NOTMUCH_NEW --debug 2>&1" +test_begin_subtest "Invalid tags set exit code" +test_expect_code 1 "NOTMUCH_NEW --debug 2>&1" notmuch config set new.tags $OLDCONFIG