]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
test: remove ".sh" extension from the recently added Emacs tests
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sat, 28 Jan 2012 04:47:39 +0000 (08:47 +0400)
committerDavid Bremner <bremner@debian.org>
Sat, 4 Feb 2012 01:12:12 +0000 (21:12 -0400)
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.

test/emacs-address-cleaning [moved from test/emacs-address-cleaning.sh with 100% similarity]
test/emacs-test-functions [moved from test/emacs-test-functions.sh with 100% similarity]
test/notmuch-test

index 3f1740cf73d2b68021f2c0d12bf0c86ea9391819..ced6b478abe458924b5fc981c731528d8de92316 100755 (executable)
@@ -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}