]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: tree: remove test for emacs from tree test
authorMark Walters <markwalters1009@gmail.com>
Tue, 29 Oct 2013 22:55:33 +0000 (22:55 +0000)
committerDavid Bremner <david@tethera.net>
Thu, 7 Nov 2013 11:43:45 +0000 (07:43 -0400)
Now the test is in mainline we can remove the check that emacs exists.

test/emacs-tree

index 05ce85d0c16dfdebd6da8a1434c585318c6b2a94..4e3b624e5708a1dd6a220a0d2d0f5c417a38228b 100755 (executable)
@@ -6,13 +6,6 @@ test_description="emacs tree view interface"
 EXPECTED=$TEST_DIRECTORY/tree.expected-output
 
 add_email_corpus
-test_begin_subtest "Do we have emacs"
-test_emacs '(insert "hello\n")
-           (test-output)'
-cat <<EOF >EXPECTED
-hello
-EOF
-test_expect_equal_file OUTPUT EXPECTED
 
 test_begin_subtest "Basic notmuch-tree view in emacs"
 test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")