]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TESTrun: put white space between flags.
authorGuy Harris <[email protected]>
Sun, 14 Jun 2020 03:35:51 +0000 (20:35 -0700)
committerGuy Harris <[email protected]>
Sun, 14 Jun 2020 03:35:51 +0000 (20:35 -0700)
I guess that's not allowed, at least not by fc.

tests/TESTrun

index 8a207f3f168a109ef7e833309129d876b6d4039f..e43e7606da5c2689a617c8ed2f80464aa1bc0459 100755 (executable)
@@ -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";
         }