summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbluhm <>2026-06-24 12:24:04 +0000
committerbluhm <>2026-06-24 12:24:04 +0000
commit5459d47002be571a0cdb067b1a28249ae746ca9f (patch)
tree1cb02c08460edaea10f92b34d01a6a5353aed04f
parentf9707f7b963592168658da6ac5ca59ddd3d9e967 (diff)
downloadopenbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.tar.gz
openbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.tar.bz2
openbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.zip
Test runs out of file descriptors. Increase ulimit number to 256.
-rw-r--r--src/regress/lib/libc/illumos/oclo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/illumos/oclo/Makefile b/src/regress/lib/libc/illumos/oclo/Makefile
index 284e49dc73..24d939da15 100644
--- a/src/regress/lib/libc/illumos/oclo/Makefile
+++ b/src/regress/lib/libc/illumos/oclo/Makefile
@@ -1,7 +1,9 @@
1# $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ 1# $OpenBSD: Makefile,v 1.3 2026/06/24 12:24:04 bluhm Exp $
2 2
3.if exists(/usr/local/share/illumos-os-tests) 3.if exists(/usr/local/share/illumos-os-tests)
4 4
5MAKE := ulimit -n 256; ${MAKE}
6
5PROGS = oclo 7PROGS = oclo
6PROGS += oclo_errors 8PROGS += oclo_errors
7PROGS += ocloexec_verify 9PROGS += ocloexec_verify