summaryrefslogtreecommitdiffstats
path: root/tests/non-bsd.tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:41:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:41:34 +0000
commitf7b5fc832288fae3f5a0f3d24b96782252aabbaf (patch)
tree711bd849ca1348d3c97dc9bbbd157b80e9c410aa /tests/non-bsd.tests
parentInitial commit. (diff)
downloadtcpdump-upstream.tar.xz
tcpdump-upstream.zip
Adding upstream version 4.99.3.upstream/4.99.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/non-bsd.tests')
-rw-r--r--tests/non-bsd.tests15
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;