aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2013-05-31 20:40:03 -0400
committerGravatar David Bremner <bremner@debian.org>2013-06-01 08:53:19 -0300
commit7eaf698e23de094b3c300beaf92118bbbb8031cf (patch)
treeb0b9ee218cf4ac00dac81b08c8e0fae65e1430e2 /test
parentb607965886e0a46a47bbe9575c0b8da0728e2cbf (diff)
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.)
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-large-search-buffer11
1 files changed, 0 insertions, 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 <<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