]> git.cworth.org Git - notmuch/blobdiff - test/T720-emacs-attachment-warnings.sh
test: Add emacs attachment check tests.
[notmuch] / test / T720-emacs-attachment-warnings.sh
diff --git a/test/T720-emacs-attachment-warnings.sh b/test/T720-emacs-attachment-warnings.sh
new file mode 100755 (executable)
index 0000000..c8d2bcc
--- /dev/null
@@ -0,0 +1,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