From: Guilhem Moulin Date: Mon, 27 May 2019 22:19:17 +0000 (+0200) Subject: tests/run: Don't void the command's standard error. X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=d385fd2817a96bc952b086533798bbf009d3d54f;p=interimap.git tests/run: Don't void the command's standard error. --- 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 }