aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-test-functions
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-01-28 08:47:39 +0400
committerDavid Bremner <bremner@debian.org>2012-02-03 21:12:12 -0400
commit6dec2af55bb393e338586a2a399a659e54240a1f (patch)
treeda2f5723dd807b300cedd88a62195db8bd47c867 /test/emacs-test-functions
parentb44b344595acdfe2a4be9bfb6f3421423c497c97 (diff)
test: remove ".sh" extension from the recently added Emacs tests
All test files, except for the recently added Emacs tests, do not have ".sh" extension. So remove it from the new test files for consistency.
Diffstat (limited to 'test/emacs-test-functions')
-rwxr-xr-xtest/emacs-test-functions9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/emacs-test-functions b/test/emacs-test-functions
new file mode 100755
index 0000000..0e1f9fc
--- /dev/null
+++ b/test/emacs-test-functions
@@ -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