X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Femacs;h=5bc3efcc6a87dc65b19031d489a804cc52b5fa2e;hb=e41cd1c518d7c5af565d4bed284bbd8a66366da1;hp=e3cf4690cee4a82b5eca1c0608d091bf9c5a9e04;hpb=08fde50bf3a4c54f6413aff4052e0d84392463f9;p=notmuch diff --git a/test/emacs b/test/emacs index e3cf4690..5bc3efcc 100755 --- a/test/emacs +++ b/test/emacs @@ -858,7 +858,7 @@ test_expect_success "Rendering HTML mail with images" \ test_begin_subtest "Search handles subprocess error exit codes" cat > notmuch_fail < notmuch_fail <&2 echo This is another warning >&2 exit 0 @@ -905,8 +903,6 @@ test_emacs "(let ((notmuch-command \"$PWD/notmuch_fail\")) (test-output))" sed -i -e 's/^\[.*\]$/[XXX]/' ERROR test_expect_equal "$(cat OUTPUT; echo ---; cat MESSAGES; echo ---; cat ERROR)" "\ -Error: Unexpected output from notmuch search: -This is output End of search results. --- This is a warning (see *Notmuch errors* for more details)