diff options
| author | David Bremner <david@tethera.net> | 2015-06-10 07:58:44 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-06-12 07:34:47 +0200 |
| commit | b59ad1a9cc6ea03764b1cd3d038920581ac5a9c4 (patch) | |
| tree | dbd75a59ebd84685fdb67c14c116ff29e2862531 /test/T070-insert.sh | |
| parent | a5a21bbe78725db70153b6bf59c1856de2dcae4d (diff) | |
lib: add NOTMUCH_STATUS_PATH_ERROR
The difference with FILE_ERROR is that this is for things that are
wrong with the path before looking at the disk.
Add some 3 tests; two broken as a reminder to actually use this new
code.
Diffstat (limited to 'test/T070-insert.sh')
| -rwxr-xr-x | test/T070-insert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 74f19552..7e71c3b1 100755 --- a/test/T070-insert.sh +++ b/test/T070-insert.sh @@ -188,7 +188,7 @@ notmuch config set new.tags $OLDCONFIG # DUPLICATE_MESSAGE_ID is not tested here, because it should actually pass. for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \ - READ_ONLY_DATABASE UPGRADE_REQUIRED; do + READ_ONLY_DATABASE UPGRADE_REQUIRED PATH_ERROR; do gen_insert_msg cat <<EOF > index-file-$code.gdb set breakpoint pending on |
