From 6dec2af55bb393e338586a2a399a659e54240a1f Mon Sep 17 00:00:00 2001
From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
Date: Sat, 28 Jan 2012 08:47:39 +0400
Subject: [PATCH] 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.
---
 test/{emacs-address-cleaning.sh => emacs-address-cleaning} | 0
 test/{emacs-test-functions.sh => emacs-test-functions}     | 0
 test/notmuch-test                                          | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename test/{emacs-address-cleaning.sh => emacs-address-cleaning} (100%)
 rename test/{emacs-test-functions.sh => emacs-test-functions} (100%)

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}
 
-- 
2.45.2