diff options
| author | David Bremner <david@tethera.net> | 2020-07-29 21:01:30 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-01 20:27:30 -0300 |
| commit | 99a7aac8f2af6f3adb8f816be46ee33eb1d57515 (patch) | |
| tree | 4e56050b876b601164bfbf4e5436447493d4b738 /test/T050-new.sh | |
| parent | 29a58ecf4a8859766861170cd6f7adec9441edea (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-x | test/T050-new.sh | 4 |
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" |
