diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-27 06:26:17 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-27 06:26:17 +0100 |
commit | fc293c96b299926e47e8e6b9f1f1341da664cd19 (patch) | |
tree | db36d4d1a9a89267fdefd4078c6c557d68da8199 | |
parent | e3504d6011178b44c94e6ddff7ad2667fb14b1f8 (diff) | |
download | strongswan-fc293c96b299926e47e8e6b9f1f1341da664cd19.tar.bz2 strongswan-fc293c96b299926e47e8e6b9f1f1341da664cd19.tar.xz |
unset RADIUSHOSTS after before loading new scenario
-rwxr-xr-x | testing/do-tests.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index 2e67e9367..27ad200fb 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -343,6 +343,7 @@ do # $DIR/scripts/load-testconfig $testname + unset RADIUSHOSTS source $TESTDIR/test.conf |