artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225a5b8
)
Increase file descriptor limit for undgram_conclose test.
author
bluhm
<bluhm@openbsd.org>
Wed, 15 Dec 2021 20:56:56 +0000
(20:56 +0000)
committer
bluhm
<bluhm@openbsd.org>
Wed, 15 Dec 2021 20:56:56 +0000
(20:56 +0000)
ok mvs@
regress/sys/kern/unixsockets/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/unixsockets/Makefile
b/regress/sys/kern/unixsockets/Makefile
index
6d1847e
..
2727064
100644
(file)
--- a/
regress/sys/kern/unixsockets/Makefile
+++ b/
regress/sys/kern/unixsockets/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
8 2021/12/14 16:12:48 mvs
Exp $
+# $OpenBSD: Makefile,v 1.
9 2021/12/15 20:56:56 bluhm
Exp $
# Copyright (c) 2021 Makkoveev Vitaliy <mvs@openbsd.org>
#
@@
-35,4
+35,7
@@
LDADD_unsopassgc = -lpthread
CLEANFILES += *.socket
+run-regress-undgram_conclose:
+ ulimit -n 256; ./undgram_conclose
+
.include <bsd.regress.mk>