| #!/bin/sh | |
| testitem=$1 | |
| TESTMODE=$2 | |
| if [ ${TESTMODE} != user ] ; then | |
| exit 0 | |
| fi | |
| . ./ipflib.sh | |
| test_init | |
| set $args | |
| . ./setup_test.sh | |
| echo "${todo}..."; | |
| /bin/cp /dev/null results/$1 | |
| ../ipnat -Rnvf ${regress} 2>/dev/null > ${results} | |
| check_results | |
| exit $status |