summaryrefslogtreecommitdiffstats
path: root/tests/non-bsd.tests
diff options
context:
space:
mode:
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;