aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T520-show.sh
blob: bdd9d7161a5095b36edf801626dece17abf8686a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
test_description='"notmuch show"'

. ./test-lib.sh

add_email_corpus

test_begin_subtest "exit code for show invalid query"
test_subtest_known_broken
notmuch show foo..
exit_code=$?
test_expect_equal 1 $exit_code

test_done