]> git.notmuchmail.org Git - notmuch/blob - test/T720-emacs-attachment-warnings.sh
lib/database: delete stemmer on destroy
[notmuch] / test / T720-emacs-attachment-warnings.sh
1 #!/usr/bin/env bash
2
3 test_description="emacs attachment warnings"
4 . $(dirname "$0")/test-lib.sh || exit 1
5 . $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1
6
7 test_require_emacs
8
9 test_begin_subtest "notmuch-test-attachment-warning part 1"
10 test_emacs_expect_t '(notmuch-test-attachment-warning-1)'
11
12 test_done