]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs-large-search-buffer
debian: fix typo in postinst (Debian bug 740325), clean up empty directory
[notmuch] / test / emacs-large-search-buffer
index 678328d0ced8ac59974003eeea95e263d44c0ef5..8b1251fec1a683c3ff426630de565b826b82fdc9 100755 (executable)
@@ -29,15 +29,4 @@ test_emacs '(notmuch-search "*")
 sed -i -e s',  *, ,g' -e 's/xxx*/[BLOB]/g' OUTPUT
 test_expect_equal_file OUTPUT EXPECTED
 
-test_begin_subtest "Ensure that emacs doesn't drop error messages"
-test_emacs '(notmuch-search "--this-option-does-not-exist")
-           (notmuch-test-wait)
-           (test-output)'
-cat <<EOF >EXPECTED
-Error: Unexpected output from notmuch search:
-Unrecognized option: --this-option-does-not-exist
-End of search results. (process returned 1)
-EOF
-test_expect_equal_file OUTPUT EXPECTED
-
 test_done