File: non-bsd.tests

package info (click to toggle)
tcpdump 4.99.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,640 kB
  • sloc: ansic: 84,205; sh: 3,801; makefile: 505; perl: 327; awk: 123
file content (15 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;