summaryrefslogtreecommitdiffstats
path: root/test/T720-emacs-attachment-warnings.sh
blob: c8d2bcc241a6b4f2141bb0001cf36bed80b12c70 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

test_description="emacs attachment warnings"
. $(dirname "$0")/test-lib.sh || exit 1

test_begin_subtest "notmuch-test-attachment-warning part 1"
test_emacs_expect_t '(notmuch-test-attachment-warning-1)'

test_done