diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:01 +0000 |
commit | 7adcb5b605cc1328a3084c334f4697ec9771936c (patch) | |
tree | 03e681bfda053978ba896745828e09cb056ad156 /tests/non-bsd.tests | |
parent | Initial commit. (diff) | |
download | tcpdump-a4319754a95834ec51f1b9030c58e6bd07bb1b7b.tar.xz tcpdump-a4319754a95834ec51f1b9030c58e6bd07bb1b7b.zip |
Adding upstream version 4.99.4.upstream/4.99.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/non-bsd.tests')
-rw-r--r-- | tests/non-bsd.tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/non-bsd.tests b/tests/non-bsd.tests new file mode 100644 index 0000000..f44610e --- /dev/null +++ b/tests/non-bsd.tests @@ -0,0 +1,15 @@ +# -*- perl -*- + +$testlist = [ + # This specific test fails on OpenBSD because the .pcap file uses DLT_RAW, + # which OpenBSD treats as DLT_LOOP. + { + config_unset => 'IS_OPENBSD', + name => 'heap-overflow-1', + input => 'heap-overflow-1.pcap', + output => 'heap-overflow-1.out', + args => '-v' + }, +]; + +1; |