aboutsummaryrefslogtreecommitdiffhomepage
path: root/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
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')
-rwxr-xr-xtest/emacs-address-cleaning (renamed from test/emacs-address-cleaning.sh)0
-rwxr-xr-xtest/emacs-test-functions (renamed from test/emacs-test-functions.sh)0
-rwxr-xr-xtest/notmuch-test4
3 files changed, 2 insertions, 2 deletions
diff --git a/test/emacs-address-cleaning.sh b/test/emacs-address-cleaning
index 51018fe5..51018fe5 100755
--- a/test/emacs-address-cleaning.sh
+++ b/test/emacs-address-cleaning
diff --git a/test/emacs-test-functions.sh b/test/emacs-test-functions
index 0e1f9fc7..0e1f9fc7 100755
--- a/test/emacs-test-functions.sh
+++ b/test/emacs-test-functions
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}