Skip to content

Commit ac2471d

Browse files
committed
TESTrun: Update Windows executable name to tcpdump.exe
[skip ci]
1 parent 983d432 commit ac2471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TESTrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!($TCPDUMP = $ENV{TCPDUMP_BIN})) {
1212
# XXX - assume, for now, a Visual Studio debug build, so that
1313
# tcpdump is in the Debug subdirectory.
1414
#
15-
$TCPDUMP = "Debug\\tcpdump"
15+
$TCPDUMP = "Debug\\tcpdump.exe"
1616
} else {
1717
$TCPDUMP = "./tcpdump"
1818
}

0 commit comments

Comments
 (0)