]> git.cworth.org Git - notmuch/blobdiff - test/T150-tagging.sh
test: mark some tests as broken when run as root.
[notmuch] / test / T150-tagging.sh
index 1a2fd77e4853708580293c9695a61cab0398fe8e..ac3f25399dc0e9024c8606c70805703355392ec6 100755 (executable)
@@ -320,6 +320,7 @@ test_begin_subtest "Tag name beginning with -"
 test_expect_code 1 'notmuch tag +- One'
 
 test_begin_subtest "Xapian exception: read only files"
+test_subtest_broken_for_root
 chmod u-w ${MAIL_DIR}/.notmuch/xapian/*.*
 output=$(notmuch tag +something '*' 2>&1 | sed 's/: .*$//' )
 chmod u+w ${MAIL_DIR}/.notmuch/xapian/*.*