mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:03:32 +03:00
runtests: make stripfile work on stdout as well
... and have test 1700 use that to strip out the nghttpx server: headers
This commit is contained in:
parent
bf05606ef1
commit
d3b5c153af
4 changed files with 29 additions and 8 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue