summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/mtest
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/test/mtest')
-rwxr-xr-xcontrib/ipfilter/test/mtest20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/ipfilter/test/mtest b/contrib/ipfilter/test/mtest
deleted file mode 100755
index aed9fb9..0000000
--- a/contrib/ipfilter/test/mtest
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-name=$1
-format=$2
-
-. ./ipflib.sh
-
-test_init
-
-echo "$name...";
-
-/bin/cp /dev/null results/$1
-
-../ipftest -F $format $4 -Rbr regress/$name -i input/$name > results/$name &
-back=$!
-wait $back
-test_end_leak $?
-echo "--------" >> results/$name
-
-check_results $name
-exit $status
OpenPOWER on IntegriCloud