]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TESTrun: Windowsify one more path.
authorGuy Harris <[email protected]>
Sun, 14 Jun 2020 03:27:45 +0000 (20:27 -0700)
committerGuy Harris <[email protected]>
Sun, 14 Jun 2020 03:27:45 +0000 (20:27 -0700)
tests/TESTrun

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