From: Dmitry Kurochkin Date: Sat, 28 Jan 2012 04:47:39 +0000 (+0400) Subject: test: remove ".sh" extension from the recently added Emacs tests X-Git-Tag: debian/0.12_rc1-1~130 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6dec2af55bb393e338586a2a399a659e54240a1f;p=notmuch.git 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. --- diff --git a/test/emacs-address-cleaning.sh b/test/emacs-address-cleaning similarity index 100% rename from test/emacs-address-cleaning.sh rename to test/emacs-address-cleaning diff --git a/test/emacs-test-functions.sh b/test/emacs-test-functions similarity index 100% rename from test/emacs-test-functions.sh rename to 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}