aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-07-01 06:23:48 +0400
committerDavid Bremner <bremner@debian.org>2011-11-13 09:44:36 -0400
commit5964a760a5d26f94ea1c262a25f80725877e3445 (patch)
tree013332288aab055096a359171c698d42d2e2efa2 /test/test-lib.sh
parent085d45e3891a7def705082c21fc112a97d85062e (diff)
test: do not hide test_emacs errors
Do not redirect test_emacs stderr to /dev/null. Test_emacs uses emacsclient(1) now and it does not print unwanted messages (like those from `message') to stderr. But it does print useful errors, e.g. when emacs server connection fails, given expression is not valid or undefined function is called.
Diffstat (limited to 'test/test-lib.sh')
-rwxr-xr-xtest/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 020bcb7..1ea7fa9 100755
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -394,7 +394,7 @@ emacs_deliver_message ()
(message-goto-body)
(insert \"${body}\")
$@
- (message-send-and-exit))" >/dev/null 2>&1
+ (message-send-and-exit))"
wait ${smtp_dummy_pid}
notmuch new >/dev/null
}