summaryrefslogtreecommitdiff
path: root/test/T520-show.sh
blob: 0657c9937f02db91d48164c42383a6af83176331 (plain)
#!/usr/bin/env bash
test_description='"notmuch show"'

. ./test-lib.sh

add_email_corpus

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

test_done