summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-06-13 20:35:51 -0700
committerGuy Harris <gharris@sonic.net>2020-06-13 20:35:51 -0700
commit244366e38c41603b76fa498ac3e3a9c7f4c797c5 (patch)
tree75d3106f0ea1fb476a645fbb9fea4da8223925f6 /tests
parentb5e448a3b92a3f1b1b81e1c05be891023f718c09 (diff)
downloadtcpdump-244366e38c41603b76fa498ac3e3a9c7f4c797c5.tar.gz
TESTrun: put white space between flags.
I guess that's not allowed, at least not by fc.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/TESTrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TESTrun b/tests/TESTrun
index 8a207f3f..e43e7606 100755
--- a/tests/TESTrun
+++ b/tests/TESTrun
@@ -137,7 +137,7 @@ sub runtest {
#
if ($^O eq 'MSWin32') {
my $winoutput = File::Spec->canonpath($output);
- $r = system "fc/lb1000/t/1 $winoutput tests\\NEW\\$outputbase >tests\\DIFF\\$outputbase.diff";
+ $r = system "fc /lb1000 /t /1 $winoutput tests\\NEW\\$outputbase >tests\\DIFF\\$outputbase.diff";
} else {
$r = system "diff $output tests/NEW/$outputbase >tests/DIFF/$outputbase.diff";
}
@@ -169,7 +169,7 @@ sub runtest {
if ($^O eq 'MSWin32') {
my $winoutput = File::Spec->canonpath($output);
my $canonstderrlog = File::Spec->canonpath($stderrlog);
- $nr = system "fc/lb1000/t/1 $winoutput.stderr $canonstderrlog >tests\DIFF\$outputbase.stderr.diff";
+ $nr = system "fc /lb1000 /t /1 $winoutput.stderr $canonstderrlog >tests\DIFF\$outputbase.stderr.diff";
} else {
$nr = system "diff $output.stderr $stderrlog >tests/DIFF/$outputbase.stderr.diff";
}