]> git.g-eek.se Git - interimap.git/commitdiff
tests/run: Don't void the command's standard error.
authorGuilhem Moulin <guilhem@fripost.org>
Mon, 27 May 2019 22:19:17 +0000 (00:19 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Mon, 27 May 2019 22:24:04 +0000 (00:24 +0200)
tests/run

index d823f0af93da9fdb3d507b2b732361aa0aa5d624..60d9d0164983b9a143f2d9d25456d69b5ecb98ae 100755 (executable)
--- 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
 }