diff options
author | 2015-02-10 00:45:31 +0000 | |
---|---|---|
committer | 2015-02-10 00:45:31 +0000 | |
commit | f3bee7ca7a2e435679b1e815d5f31c49bc442da8 (patch) | |
tree | ace5993ce9fc8ef77b0f994b83b3333578cc7802 | |
parent | Test that bind works the way it should. This fails at the moment because (diff) | |
download | wireguard-openbsd-f3bee7ca7a2e435679b1e815d5f31c49bc442da8.tar.xz wireguard-openbsd-f3bee7ca7a2e435679b1e815d5f31c49bc442da8.zip |
Add bind regress test
-rw-r--r-- | regress/sys/kern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index eae0ab7d8b5..fdec4dacb04 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2014/04/27 22:18:25 guenther Exp $ +# $OpenBSD: Makefile,v 1.63 2015/02/10 00:45:31 claudio Exp $ SUBDIR+= __syscall access accept dup2 dup2_self exec_self execve exit extent SUBDIR+= fchdir @@ -15,7 +15,7 @@ SUBDIR+= sosplice SUBDIR+= syscall sysvmsg sysvsem SUBDIR+= sysvshm unalign unfdpass wait SUBDIR+= sig-stop -SUBDIR+= unixsock +SUBDIR+= unixsock bind install: |