diff options
| author | David Bremner <david@tethera.net> | 2021-08-21 17:00:11 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-08-22 07:05:13 -0700 |
| commit | 731697d671749a13634a2a4b843ce62f2927f64f (patch) | |
| tree | 754e93c78844e7fd798770157a3eb005bb7b157c /test | |
| parent | 357dd488caf0262f8a36ea4fd23b9d017cc93440 (diff) | |
CLI: define and use format version 5
This is a bit of a cheat, since the format does not actually
change. On the other hand it is fairly common to do something like
this to shared libary SONAMEs when the ABI changes in some subtle way.
It does rely on the format-version argument being early enough on the
command line to generate a sensible error message.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T310-emacs.sh | 2 | ||||
| -rwxr-xr-x | test/T450-emacs-show.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh index 7b70175b..d69d94a3 100755 --- a/test/T310-emacs.sh +++ b/test/T310-emacs.sh @@ -1060,7 +1060,7 @@ End of search results. YYY/notmuch_fail exited with status 1 (see *Notmuch errors* for more details) === ERROR === YYY/notmuch_fail exited with status 1 -command: YYY/notmuch_fail search --format\=sexp --format-version\=4 --sort\=newest-first tag\:inbox +command: YYY/notmuch_fail search --format\=sexp --format-version\=5 --sort\=newest-first tag\:inbox exit status: 1" test_begin_subtest "Search handles subprocess warnings" diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh index 9d08d2cc..a750cc4d 100755 --- a/test/T450-emacs-show.sh +++ b/test/T450-emacs-show.sh @@ -192,7 +192,7 @@ test_expect_equal "$(notmuch_emacs_error_sanitize notmuch_fail OUTPUT MESSAGES E This is an error (see *Notmuch errors* for more details) === ERROR === This is an error -command: YYY/notmuch_fail show --format\\=sexp --format-version\\=4 --decrypt\\=true --exclude\\=false \\' \\* \\' +command: YYY/notmuch_fail show --format\\=sexp --format-version\\=5 --decrypt\\=true --exclude\\=false \\' \\* \\' exit status: 1 stderr: This is an error |
