diff options
author | 2007-10-15 20:58:53 +0000 | |
---|---|---|
committer | 2007-10-15 20:58:53 +0000 | |
commit | cd6bc85cbb9b8df349c157b327de5d5fc4fce3cf (patch) | |
tree | 91487279fb928616126dfcc47712bbf9988ca25f | |
parent | permit tcp 111/2049 at boot too, for tcp nfs mounts; Jim Rees (diff) | |
download | wireguard-openbsd-cd6bc85cbb9b8df349c157b327de5d5fc4fce3cf.tar.xz wireguard-openbsd-cd6bc85cbb9b8df349c157b327de5d5fc4fce3cf.zip |
Add new "reached end of file while parsing quoted string" as expected
error message.
-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" |