diff options
Diffstat (limited to 'tests/nflog-e.sh')
-rwxr-xr-x | tests/nflog-e.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/nflog-e.sh b/tests/nflog-e.sh deleted file mode 100755 index 46b99eec..00000000 --- a/tests/nflog-e.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# NFLOG support depends on both DLT_NFLOG and working <pcap/nflog.h> - -if grep '^#define HAVE_PCAP_NFLOG_H 1$' ../config.h >/dev/null -then - ./TESTonce nflog-e nflog.pcap nflog-e.out '-t -e' -else - printf ' %-35s: TEST SKIPPED (compiled w/o NFLOG)\n' 'nflog-e' -fi |