mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
emacs: tree: remove test for emacs from tree test
Now the test is in mainline we can remove the check that emacs exists.
This commit is contained in:
parent
81b2ad57f0
commit
7d7c702d72
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@ test_description="emacs tree view interface"
|
||||||
EXPECTED=$TEST_DIRECTORY/tree.expected-output
|
EXPECTED=$TEST_DIRECTORY/tree.expected-output
|
||||||
|
|
||||||
add_email_corpus
|
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_begin_subtest "Basic notmuch-tree view in emacs"
|
||||||
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
|
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
|
||||||
|
|
Loading…
Reference in a new issue