diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-07 07:25:04 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-07 07:25:04 +0000 |
commit | 56bcc343ff02f1f0efbd67c947215e7bb7e613c4 (patch) | |
tree | 38b820081ec51e6d992b85583e4cc48dae7fd360 | |
parent | decfd8e546c29b87964c736821f900291e9c6fc2 (diff) | |
download | strongswan-56bcc343ff02f1f0efbd67c947215e7bb7e613c4.tar.bz2 strongswan-56bcc343ff02f1f0efbd67c947215e7bb7e613c4.tar.xz |
ipsec.sql remains in /etc/ipsec.d
-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 |