From a0ebc90ef3e8366d4450902b67fc6e04dceeb140 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Fri, 31 Aug 2018 09:26:38 -0400 Subject: [PATCH] testsuite: send expected stderr to stdout --- testsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite b/testsuite index 00efe31..d82f54c 100755 --- a/testsuite +++ b/testsuite @@ -68,7 +68,7 @@ trap cleanup EXIT section "simple failing run" # hddemux with no arguments and no listening file descriptors should fail: -if "$hddemux"; then +if "$hddemux" 2>&1; then false fi -- GitLab