summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/dotest
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2013-09-21 14:23:20 +0000
committercy <cy@FreeBSD.org>2013-09-21 14:23:20 +0000
commit1f79bda80fc99a9bea37dc83f80019be39c33c5a (patch)
tree3915c70585141494037a8c4fd909db7ea85a2aac /contrib/ipfilter/test/dotest
parentb3f0452e3485d31d295010234a8951b1129a6f0b (diff)
downloadFreeBSD-src-1f79bda80fc99a9bea37dc83f80019be39c33c5a.zip
FreeBSD-src-1f79bda80fc99a9bea37dc83f80019be39c33c5a.tar.gz
Remove redundant files.
Approved by: glebius (mentor) Approved by: re (blanket)
Diffstat (limited to 'contrib/ipfilter/test/dotest')
-rw-r--r--contrib/ipfilter/test/dotest33
1 files changed, 0 insertions, 33 deletions
diff --git a/contrib/ipfilter/test/dotest b/contrib/ipfilter/test/dotest
deleted file mode 100644
index 71c09b7..0000000
--- a/contrib/ipfilter/test/dotest
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-name=$1
-format=$2
-output=$3
-tuning=$4
-
-. ./ipflib.sh
-
-test_init
-
-if [ "$tuning" != "" ] ; then
- case $tuning in
- -*)
- ;;
- *)
- tuning="-T $tuning"
- ;;
- esac
-fi
-echo "${name}...";
-n=1
-/bin/cp /dev/null results/${name}
-( while read rule; do
- set_core $name $n
- echo "$rule" | ../ipftest -F $format -Rbr - -i input/${name} $tuning>> results/${name} &
- back=$!
- wait $back
- test_end_leak $?
- n=`expr $n + 1`
- echo "--------" >> results/${name}
-done ) < regress/${name}
-check_results $name
-exit $status
OpenPOWER on IntegriCloud