From 162307893b533ab20473f18a5eb877cd4cb025c9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 13 Jun 2020 17:17:05 -0700 Subject: TESTrun: put all redirection at the end of the command line. That makes it a bit easier to read. --- tests/TESTrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TESTrun b/tests/TESTrun index 52443a77..bdc6555a 100755 --- a/tests/TESTrun +++ b/tests/TESTrun @@ -94,7 +94,7 @@ sub runtest { # we used to do this as a nice pipeline, but the problem is that $r fails to # to be set properly if the tcpdump core dumps. - $r = system "$TCPDUMP 2>${rawstderrlog} -# -n -r $input $options >tests/NEW/${outputbase}"; + $r = system "$TCPDUMP -# -n -r $input $options >tests/NEW/${outputbase} 2>${rawstderrlog}"; if($r == -1) { # failed to start due to error. $status = $!; -- cgit v1.2.1