aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-12-15 15:04:19 -0500
committerGravatar David Bremner <bremner@debian.org>2012-12-16 17:17:41 -0400
commit19e5b2d912b52145403c3f11b0c30c84d7f2b409 (patch)
tree10059d311b3d33c7904559a0b8360a89caa942eb /test
parentb3dc31f78d7b489e30842aa19733261769afb84d (diff)
emacs: Use unified error handling in search
This slightly changes the output of an existing test since we now report non-zero exits with a pop-up buffer instead of at the end of the search results.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-large-search-buffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emacs-large-search-buffer b/test/emacs-large-search-buffer
index 678328d0..9dcbef5e 100755
--- a/test/emacs-large-search-buffer
+++ b/test/emacs-large-search-buffer
@@ -36,7 +36,7 @@ test_emacs '(notmuch-search "--this-option-does-not-exist")
cat <<EOF >EXPECTED
Error: Unexpected output from notmuch search:
Unrecognized option: --this-option-does-not-exist
-End of search results. (process returned 1)
+End of search results.
EOF
test_expect_equal_file OUTPUT EXPECTED