aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-07-29 21:01:30 -0300
committerDavid Bremner <david@tethera.net>2020-08-01 20:27:30 -0300
commit99a7aac8f2af6f3adb8f816be46ee33eb1d57515 (patch)
tree4e56050b876b601164bfbf4e5436447493d4b738 /test/T050-new.sh
parent29a58ecf4a8859766861170cd6f7adec9441edea (diff)
test: drop use of db_ending
This will allow the dropping of the test for the default ending from configure.
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index dfc8508f..009b2633 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -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"