From 5964a760a5d26f94ea1c262a25f80725877e3445 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Fri, 1 Jul 2011 06:23:48 +0400 Subject: 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. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-lib.sh') 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 } -- cgit v1.2.3