From 8bf0c1c3deb49d54e86c04826a05f0217a81cf47 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Fri, 24 Jun 2011 03:59:33 +0400 Subject: [PATCH] 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 --- test/emacs | 1 - 1 file changed, 1 deletion(-) 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 <EXPECTED From: Notmuch Test Suite -- 2.43.0