aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-01-29 07:36:03 +0400
committerGravatar David Bremner <bremner@debian.org>2012-02-12 11:58:20 -0500
commit8d26b8eaac6dc7eebc2658587b2656555244f4b3 (patch)
tree0ee1dbd0017563eb72a0116ba5e8c19cbf9fffd4 /test
parent754ddbb578175b986b10099cb4a11517080579f7 (diff)
test: remove explicit loading of elisp tests in emacs-address-cleaning
It is no longer needed, since elisp tests files are auto loaded now.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-address-cleaning9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/emacs-address-cleaning b/test/emacs-address-cleaning
index 51018fe5..6ddde5c6 100755
--- a/test/emacs-address-cleaning
+++ b/test/emacs-address-cleaning
@@ -4,15 +4,12 @@ test_description="emacs address cleaning"
. test-lib.sh
test_begin_subtest "notmuch-test-address-clean part 1"
-test_emacs_expect_t \
- '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-1)'
test_begin_subtest "notmuch-test-address-clean part 2"
-test_emacs_expect_t \
- '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
test_begin_subtest "notmuch-test-address-clean part 3"
-test_emacs_expect_t \
- '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
test_done