diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-10-15 20:58:54 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-10-15 20:58:54 +0000 |
commit | cde8897e4d2889b4ec0a89b1f4af6e226197f948 (patch) | |
tree | 5a9ff51fcfe2d2076ed9707c7ba519798792104f /regress/sbin | |
parent | c6a3d45668feec1e968b7fc73aa5dbae7e35744a (diff) |
Add new "reached end of file while parsing quoted string" as expected
error message.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/ipsecctl/ikefail11.ok | 1 | ||||
-rw-r--r-- | regress/sbin/ipsecctl/ikefail12.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ikefail11.ok b/regress/sbin/ipsecctl/ikefail11.ok index e5e3cabbe97..335e6f0fd41 100644 --- a/regress/sbin/ipsecctl/ikefail11.ok +++ b/regress/sbin/ipsecctl/ikefail11.ok @@ -1,3 +1,4 @@ +stdin: 6: reached end of file while parsing quoted string stdin: 6: syntax error ipsecctl: Syntax error in config file: ipsec rules not loaded remote_gw = "192.168.0.1" diff --git a/regress/sbin/ipsecctl/ikefail12.ok b/regress/sbin/ipsecctl/ikefail12.ok index 8ae61940a38..2c23b34acf4 100644 --- a/regress/sbin/ipsecctl/ikefail12.ok +++ b/regress/sbin/ipsecctl/ikefail12.ok @@ -1,3 +1,4 @@ +stdin: 4: reached end of file while parsing quoted string stdin: 4: syntax error ipsecctl: Syntax error in config file: ipsec rules not loaded remote_gw = "192.168.0.1" |