strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bcc34
)
fixed path to ipsec.sql
author
Andreas Steffen
<andreas.steffen@strongswan.org>
Mon, 7 Apr 2008 07:57:38 +0000
(07:57 -0000)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Mon, 7 Apr 2008 07:57:38 +0000
(07:57 -0000)
testing/do-tests.in
patch
|
blob
|
history
diff --git
a/testing/do-tests.in
b/testing/do-tests.in
index
650b106
..
f58eb39
100755
(executable)
--- 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