]> git.notmuchmail.org Git - notmuch/blob - test/T520-show.sh
test: Test upgrade to ghost messages feature
[notmuch] / test / T520-show.sh
1 #!/usr/bin/env bash
2 test_description='"notmuch show"'
3
4 . ./test-lib.sh
5
6 add_email_corpus
7
8 test_begin_subtest "exit code for show invalid query"
9 notmuch show foo..
10 exit_code=$?
11 test_expect_equal 1 $exit_code
12
13 test_done