From bc94934f77c6d2aadcc61590567b49f42351c030 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 29 Jul 2013 01:48:22 +0200 Subject: [PATCH] tests: Simplify redirection in tlsproxy_setup(). --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 8a220d6..37c691b 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -35,7 +35,7 @@ abort() { exit 1 } tlsproxy_setup() { - "$srcdir/../src/tlsproxy-setup" >/dev/null 2>/dev/null + "$srcdir/../src/tlsproxy-setup" >/dev/null 2>&1 } tlsproxy_add() { "$srcdir/../src/tlsproxy-add" "$1" "$srcdir/$2" >/dev/null 2>&1 -- 2.43.2