aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-10-29 22:55:33 +0000
committerGravatar David Bremner <david@tethera.net>2013-11-07 07:43:45 -0400
commit7d7c702d7290c049dd59383e4b1e28ab4280eb1c (patch)
treee08496c2251ca3fdb326ea21f7b484425fd9bbcb /test
parent81b2ad57f06f6b7619aae81dc2a0b79ec426ca73 (diff)
emacs: tree: remove test for emacs from tree test
Now the test is in mainline we can remove the check that emacs exists.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-tree7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/emacs-tree b/test/emacs-tree
index 05ce85d0..4e3b624e 100755
--- a/test/emacs-tree
+++ b/test/emacs-tree
@@ -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'")