diff options
author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2011-06-24 03:59:33 +0400 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-06-23 17:11:04 -0700 |
commit | 8bf0c1c3deb49d54e86c04826a05f0217a81cf47 (patch) | |
tree | 2cf0db7823a3decb349f9290bf2a8b967cf84bd9 /test | |
parent | 53c5578c7a9c5964600645a554dc824aebbbcac2 (diff) |
test: remove useless test_emacs call from an emacs FCC test
This was inadvertently left over when debugging an early version of
this commit. -Carl Worth <cworth@cworth.org>
Diffstat (limited to 'test')
-rwxr-xr-x | test/emacs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ mkdir -p mail/sent-string/new mkdir -p mail/sent-string/tmp test_begin_subtest "notmuch-fcc-dirs set to a string" -test_emacs "(setq notmuch-fcc-dirs nil) (notmuch-mua-mail) (princ (buffer-string))" > OUTPUT test_emacs "(setq notmuch-fcc-dirs \"sent-string\") (notmuch-mua-mail) (princ (buffer-string))" > OUTPUT cat <<EOF >EXPECTED From: Notmuch Test Suite <test_suite@notmuchmail.org> |