diff options
author | 2017-08-13 02:20:43 +0000 | |
---|---|---|
committer | 2017-08-13 02:20:43 +0000 | |
commit | 0ddd93d12a5cb7d5c19efc713eae41f6b6af458e (patch) | |
tree | a7d0a295a26daf66227e6eca79720ba61cf77937 | |
parent | replace gettimeofday with monotonic gettime. from Scott Cheloha (diff) | |
download | wireguard-openbsd-0ddd93d12a5cb7d5c19efc713eae41f6b6af458e.tar.xz wireguard-openbsd-0ddd93d12a5cb7d5c19efc713eae41f6b6af458e.zip |
actually add the files needed by my test. noted by bluhm@, thx
-rw-r--r-- | regress/sbin/pfctl/pfcmdfail1.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfcmdfail1.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfcmdfail1.opts | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfcmdfail1.in b/regress/sbin/pfctl/pfcmdfail1.in new file mode 100644 index 00000000000..68d5b071164 --- /dev/null +++ b/regress/sbin/pfctl/pfcmdfail1.in @@ -0,0 +1 @@ +pass in from localhost diff --git a/regress/sbin/pfctl/pfcmdfail1.ok b/regress/sbin/pfctl/pfcmdfail1.ok new file mode 100644 index 00000000000..011baa3283d --- /dev/null +++ b/regress/sbin/pfctl/pfcmdfail1.ok @@ -0,0 +1,2 @@ +no IP address found for localhost +stdin:1: could not parse host specification diff --git a/regress/sbin/pfctl/pfcmdfail1.opts b/regress/sbin/pfctl/pfcmdfail1.opts new file mode 100644 index 00000000000..b641baefa31 --- /dev/null +++ b/regress/sbin/pfctl/pfcmdfail1.opts @@ -0,0 +1 @@ +-nN |