diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-05-28 00:19:17 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-05-28 00:24:04 +0200 |
commit | d385fd2817a96bc952b086533798bbf009d3d54f (patch) | |
tree | 56057763cbb2c291a16ad571f7c907a8bed4553e /tests | |
parent | a4e7170a9547aa64fdbd9001014f36de61134e39 (diff) |
tests/run: Don't void the command's standard error.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |