From 7eaf698e23de094b3c300beaf92118bbbb8031cf Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 31 May 2013 20:40:03 -0400 Subject: [PATCH] test: Remove extraneous Emacs error handling test 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 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/emacs-large-search-buffer b/test/emacs-large-search-buffer index 9dcbef5e..8b1251fe 100755 --- a/test/emacs-large-search-buffer +++ b/test/emacs-large-search-buffer @@ -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 <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 -- 2.43.0