From d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Jun 2016 23:54:06 +0200 Subject: runtests: make stripfile work on stdout as well ... and have test 1700 use that to strip out the nghttpx server: headers --- tests/http2-server.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http2-server.pl') diff --git a/tests/http2-server.pl b/tests/http2-server.pl index 56b7ccec8..72ed12e85 100755 --- a/tests/http2-server.pl +++ b/tests/http2-server.pl @@ -72,4 +72,4 @@ my $cmdline="$nghttpx --backend=127.0.0.1,8990 ". "--pid-file=$pidfile ". "--errorlog-file=$logfile"; print "RUN: $cmdline\n" if($verbose); -system("$cmdline"); +system("$cmdline 2>/dev/null"); -- cgit v1.2.3