aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-01-28 08:47:39 +0400
committerGravatar David Bremner <bremner@debian.org>2012-02-03 21:12:12 -0400
commit6dec2af55bb393e338586a2a399a659e54240a1f (patch)
treeda2f5723dd807b300cedd88a62195db8bd47c867 /test/notmuch-test
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/notmuch-test')
-rwxr-xr-xtest/notmuch-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 3f1740cf..ced6b478 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -52,8 +52,8 @@ TESTS="
python
hooks
argument-parsing
- emacs-test-functions.sh
- emacs-address-cleaning.sh
+ emacs-test-functions
+ emacs-address-cleaning
"
TESTS=${NOTMUCH_TESTS:=$TESTS}