From 6fbd3f1738ca31a8a72295c2a246ef78696eea30 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 7 Apr 2008 07:57:38 +0000 Subject: [PATCH] fixed path to ipsec.sql --- testing/do-tests.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/do-tests.in b/testing/do-tests.in index 650b1067e..f58eb39e2 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -471,7 +471,7 @@ do if [ $SUBDIR = "sql" ] then - scp $HOSTLOGIN:/ipsec.d/etc/ipsec.sql \ + scp $HOSTLOGIN:/etc/ipsec.d/ipsec.sql \ $TESTRESULTDIR/${host}.ipsec.sql > /dev/null 2>&1 else touch $TESTRESULTDIR/${host}.ipsec.sql