From d385fd2817a96bc952b086533798bbf009d3d54f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 28 May 2019 00:19:17 +0200 Subject: tests/run: Don't void the command's standard error. --- tests/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/run b/tests/run index d823f0a..60d9d01 100755 --- a/tests/run +++ b/tests/run @@ -102,12 +102,12 @@ prepare() { [local] type = tunnel command = exec ${HOME_local@Q}/.local/bin/doveadm exec imap - null-stderr = YES + null-stderr = NO [remote] type = tunnel command = exec ${home@Q}/.local/bin/doveadm exec imap - null-stderr = YES + null-stderr = NO EOF done } -- cgit v1.2.3