]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
tests/common.sh: Simplify error redirection.
authorSimon Ruderich <simon@ruderich.org>
Tue, 26 Feb 2013 23:42:42 +0000 (00:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 26 Feb 2013 23:42:42 +0000 (00:42 +0100)
tests/common.sh

index 769a78e8276b6a482928d02fb939520733a56fd8..87781f2d0e165512a42537987dea03243eb1cdd3 100644 (file)
@@ -28,7 +28,7 @@ abort() {
     exit 1
 }
 server() {
-    gnutls-serv --http --port 4712 "$@" >/dev/null 2>/dev/null &
+    gnutls-serv --http --port 4712 "$@" >/dev/null 2>&1 &
 }
 client() {
     ./client ./proxy-ca.pem "$@" > tmp 2>&1