There was an error while loading. Please reload this page.
1 parent d26eb23 commit 86fa070Copy full SHA for 86fa070
tests/TESTonce
@@ -30,7 +30,7 @@ if ($^O eq 'MSWin32') {
30
else {
31
# we used to do this as a nice pipeline, but the problem is that $r fails to
32
# to be set properly if the tcpdump core dumps.
33
- $r = system "$TCPDUMP 2>/dev/null -# -n -r $input $options >NEW/$outputbase";
+ $r = system "$TCPDUMP 2>NEW/$outputbase.stderr -# -n -r $input $options >NEW/$outputbase";
34
if($r != 0) {
35
my $coredump = false;
36
my $status = 0;
0 commit comments