aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-06-24 03:59:33 +0400
committerDavid Bremner <bremner@debian.org>2011-06-23 22:01:35 -0300
commitde1ed86b79a1428cd2f0cf7e3a80748367588e8b (patch)
treef657cd64ce13f6db5b7513620872804045f90fd0
parentd012827890e6991d448ff3db7e92205cb2522b0d (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> (cherry picked from commit 8bf0c1c3deb49d54e86c04826a05f0217a81cf47)
-rwxr-xr-xtest/emacs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/emacs b/test/emacs
index 9b5d4854..6f82b08e 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>