]> git.notmuchmail.org Git - notmuch/blobdiff - test/T150-tagging.sh
test: drop use of db_ending
[notmuch] / test / T150-tagging.sh
index 208b4b9806405e5c4e90b8d7f1af56afe6a4e412..2f0b3531412db146e500eff1ea43235ab53284d2 100755 (executable)
@@ -305,9 +305,9 @@ test_begin_subtest "Tag name beginning with -"
 test_expect_code 1 'notmuch tag +- One'
 
 test_begin_subtest "Xapian exception: read only files"
-chmod u-w  ${MAIL_DIR}/.notmuch/xapian/*.${db_ending}
+chmod u-w  ${MAIL_DIR}/.notmuch/xapian/*.*
 output=$(notmuch tag +something '*' 2>&1 | sed 's/: .*$//' )
-chmod u+w  ${MAIL_DIR}/.notmuch/xapian/*.${db_ending}
+chmod u+w  ${MAIL_DIR}/.notmuch/xapian/*.*
 test_expect_equal "$output" "A Xapian exception occurred opening database"
 
 test_done