]> The Tcpdump Group git mirrors - tcpdump/commit
TESTrun: fix some problems when run on Windows.
authorGuy Harris <[email protected]>
Thu, 11 Jun 2020 21:02:43 +0000 (14:02 -0700)
committerGuy Harris <[email protected]>
Thu, 11 Jun 2020 21:02:43 +0000 (14:02 -0700)
commitde60de43d0373da5134dbab4e081fb630e8f1298
tree4d78148707c12679be7df1f57d5189c45adc57fd
parent63216357de0aa557888329c614946626e37d7c6b
TESTrun: fix some problems when run on Windows.

Run tcpdump, not windump - we build it as tcpdump, not windump, and
there's not really a reason to have a separate windump program.

For now, at least, assume a Visual Studio debug build, so it's in the
Debug subdirectory.

Use that path for *all* calls to tcpdump.

Use "type" rather than "cat" to print files on Windows.

It still needs to be changed to, for example, not use sed.
tests/TESTrun