diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-02-19 08:47:39 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-02-19 08:47:39 +0000 |
commit | 53cd3e3d3e539174eb930334bb3aff4d1063b446 (patch) | |
tree | 2433a8f2f5e9818004ecf931d26ffee44840db83 /regress/sbin | |
parent | cd8d6050421ef5d5862d3a7b8c08b520a8b96d1f (diff) |
previous commit to parse.y was undone. adopt these two regression tests.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/ipsecctl/ikefail8.ok | 2 | ||||
-rw-r--r-- | regress/sbin/ipsecctl/ikefail9.ok | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/ikefail8.ok b/regress/sbin/ipsecctl/ikefail8.ok index a60d725f6f3..cd0f51f7306 100644 --- a/regress/sbin/ipsecctl/ikefail8.ok +++ b/regress/sbin/ipsecctl/ikefail8.ok @@ -1,2 +1,2 @@ -stdin: 2: syntax error +stdin: 3: 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 cf84faf3e3c..eee6ac97728 100644 --- a/regress/sbin/ipsecctl/ikefail9.ok +++ b/regress/sbin/ipsecctl/ikefail9.ok @@ -1,3 +1,3 @@ -stdin: 3: syntax error +stdin: 4: syntax error ipsecctl: Syntax error in config file: ipsec rules not loaded remote_gw = "192.168.0.1" |