]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs-test-functions
test: remove ".sh" extension from the recently added Emacs tests
[notmuch] / test / emacs-test-functions
diff --git a/test/emacs-test-functions b/test/emacs-test-functions
new file mode 100755 (executable)
index 0000000..0e1f9fc
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+test_description="emacs test function sanity"
+. test-lib.sh
+
+test_begin_subtest "emacs test function sanity"
+test_emacs_expect_t 't'
+
+test_done