aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T420-emacs-test-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/T420-emacs-test-functions.sh')
-rwxr-xr-xtest/T420-emacs-test-functions.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/T420-emacs-test-functions.sh b/test/T420-emacs-test-functions.sh
new file mode 100755
index 00000000..ca4a7988
--- /dev/null
+++ b/test/T420-emacs-test-functions.sh
@@ -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