]> The Tcpdump Group git mirrors - tcpdump/blob - tests/non-bsd.tests
Rename print-rrcp.c to print-realtek.c.
[tcpdump] / tests / non-bsd.tests
1 # -*- perl -*-
2
3 $testlist = [
4 # This specific test fails on OpenBSD because the .pcap file uses DLT_RAW,
5 # which OpenBSD treats as DLT_LOOP. The macro is set on all three BSDs.
6 {
7 config_unset => 'HAVE_NET_IF_PFLOG_H',
8 name => 'heap-overflow-1',
9 input => 'heap-overflow-1.pcap',
10 output => 'heap-overflow-1.out',
11 args => '-v'
12 },
13 ];
14
15 1;