blob: e18bace01c57fa0279a320b0a2780aa4afdfd826 [file] [log] [blame]
# -*- perl -*-
$testlist = [
# This specific test fails on OpenBSD because the .pcap file uses DLT_RAW,
# which OpenBSD treats as DLT_LOOP. The macro is set on all three BSDs.
{
config_unset => 'HAVE_NET_IF_PFLOG_H',
name => 'heap-overflow-1',
input => 'heap-overflow-1.pcap',
output => 'heap-overflow-1.out',
args => '-v'
},
];
1;