summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-06-13 20:27:45 -0700
committerGuy Harris <gharris@sonic.net>2020-06-13 20:27:45 -0700
commitb5e448a3b92a3f1b1b81e1c05be891023f718c09 (patch)
treebe75160c633103451043f1d69938582450d2bc41 /tests
parent261c4cb1744b5340a3ff1c354bd6d8e8707f80e6 (diff)
downloadtcpdump-b5e448a3b92a3f1b1b81e1c05be891023f718c09.tar.gz
TESTrun: Windowsify one more path.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/TESTrun2
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";
}