]> git.notmuchmail.org Git - notmuch/commitdiff
test: Remove extraneous Emacs error handling test
authorAustin Clements <amdragon@MIT.EDU>
Sat, 1 Jun 2013 00:40:03 +0000 (20:40 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 1 Jun 2013 11:53:19 +0000 (08:53 -0300)
We now check error handling more carefully in the last test in
test/emacs and we're about to add more error handling tests.  (This
was also a strange place for this test, since it had nothing to do
with large search buffers.)

test/emacs-large-search-buffer

index 9dcbef5e652d054531c75fe3d2a88bfb00d03d97..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
 
 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.
-EOF
-test_expect_equal_file OUTPUT EXPECTED
-
 test_done
 test_done