[PATCH] test: remove useless test_emacs call from an emacs FCC test
    Dmitry Kurochkin 
    dmitry.kurochkin at gmail.com
       
    Thu Jun 23 16:59:33 PDT 2011
    
    
  
---
 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 at notmuchmail.org>
-- 
1.7.5.4
    
    
More information about the notmuch
mailing list