diff options
-rwxr-xr-x | testing/do-tests.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index 5c5c4c348..650b1067e 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -471,7 +471,7 @@ do if [ $SUBDIR = "sql" ] then - scp $HOSTLOGIN:/etc/ipsec.sql \ + scp $HOSTLOGIN:/ipsec.d/etc/ipsec.sql \ $TESTRESULTDIR/${host}.ipsec.sql > /dev/null 2>&1 else touch $TESTRESULTDIR/${host}.ipsec.sql |