]> git.notmuchmail.org Git - notmuch/blobdiff - test/T050-new.sh
test: drop use of db_ending
[notmuch] / test / T050-new.sh
index dfc8508f83e20ea93d370ec6a059d12df52e93db..009b26336a73e9c88c415d9e1ea909d68060e367 100755 (executable)
@@ -341,9 +341,9 @@ notmuch config set new.tags $OLDCONFIG
 
 
 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_NEW --debug 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"