summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-02-16 10:20:48 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-02-16 10:20:48 +0000
commit3c55a3f96195a69e79d406f688b02f06af86e2e6 (patch)
tree589d2f9060deb767133533f33d28a5f3fe635eee /regress/sbin
parentd24df4480d8581d33391c9f6251e30eebfbe1247 (diff)
Adopt to recent change in parse.y (do not accept '\n' in quoted
strings). The syntax error is now reported at the correct line.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/ipsecctl/ikefail10.ok2
-rw-r--r--regress/sbin/ipsecctl/ikefail8.ok2
-rw-r--r--regress/sbin/ipsecctl/ikefail9.ok2
3 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/ikefail10.ok b/regress/sbin/ipsecctl/ikefail10.ok
index b783c46e66c..8ae61940a38 100644
--- a/regress/sbin/ipsecctl/ikefail10.ok
+++ b/regress/sbin/ipsecctl/ikefail10.ok
@@ -1,4 +1,4 @@
-stdin: 5: syntax error
+stdin: 4: syntax error
ipsecctl: Syntax error in config file: ipsec rules not loaded
remote_gw = "192.168.0.1"
remote_net = "{ 10.0.100.0/22, 10.0.2/24 }"
diff --git a/regress/sbin/ipsecctl/ikefail8.ok b/regress/sbin/ipsecctl/ikefail8.ok
index cd0f51f7306..a60d725f6f3 100644
--- a/regress/sbin/ipsecctl/ikefail8.ok
+++ b/regress/sbin/ipsecctl/ikefail8.ok
@@ -1,2 +1,2 @@
-stdin: 3: syntax error
+stdin: 2: syntax error
ipsecctl: Syntax error in config file: ipsec rules not loaded
diff --git a/regress/sbin/ipsecctl/ikefail9.ok b/regress/sbin/ipsecctl/ikefail9.ok
index eee6ac97728..cf84faf3e3c 100644
--- a/regress/sbin/ipsecctl/ikefail9.ok
+++ b/regress/sbin/ipsecctl/ikefail9.ok
@@ -1,3 +1,3 @@
-stdin: 4: syntax error
+stdin: 3: syntax error
ipsecctl: Syntax error in config file: ipsec rules not loaded
remote_gw = "192.168.0.1"