diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:41:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:41:34 +0000 |
commit | f7b5fc832288fae3f5a0f3d24b96782252aabbaf (patch) | |
tree | 711bd849ca1348d3c97dc9bbbd157b80e9c410aa /tests/non-bsd.tests | |
parent | Initial commit. (diff) | |
download | tcpdump-f7b5fc832288fae3f5a0f3d24b96782252aabbaf.tar.xz tcpdump-f7b5fc832288fae3f5a0f3d24b96782252aabbaf.zip |
Adding upstream version 4.99.3.upstream/4.99.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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; |