diff options
author | Guy Harris <gharris@sonic.net> | 2020-06-13 20:27:45 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-06-13 20:27:45 -0700 |
commit | b5e448a3b92a3f1b1b81e1c05be891023f718c09 (patch) | |
tree | be75160c633103451043f1d69938582450d2bc41 /tests | |
parent | 261c4cb1744b5340a3ff1c354bd6d8e8707f80e6 (diff) | |
download | tcpdump-b5e448a3b92a3f1b1b81e1c05be891023f718c09.tar.gz |
TESTrun: Windowsify one more path.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/TESTrun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TESTrun b/tests/TESTrun index ac95270a..8a207f3f 100755 --- a/tests/TESTrun +++ b/tests/TESTrun @@ -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"; } |