[PATCH] test: remove useless test_emacs call from an emacs FCC test

Subject: [PATCH] test: remove useless test_emacs call from an emacs FCC test

Date: Fri, 24 Jun 2011 03:59:33 +0400

To: notmuch@notmuchmail.org

Cc:

From: Dmitry Kurochkin


---
 test/emacs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/emacs b/test/emacs
index 9b5d485..6f82b08 100755
--- a/test/emacs
+++ b/test/emacs
@@ -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>
-- 
1.7.5.4


Thread: