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.
This commit is contained in:
Dmitry Kurochkin 2012-01-28 08:47:39 +04:00 committed by David Bremner
parent b44b344595
commit 6dec2af55b
3 changed files with 2 additions and 2 deletions

View file

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