aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-05-28 00:19:17 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-05-28 00:24:04 +0200
commitd385fd2817a96bc952b086533798bbf009d3d54f (patch)
tree56057763cbb2c291a16ad571f7c907a8bed4553e /tests
parenta4e7170a9547aa64fdbd9001014f36de61134e39 (diff)
tests/run: Don't void the command's standard error.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run4
1 files changed, 2 insertions, 2 deletions
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
}