From 5459d47002be571a0cdb067b1a28249ae746ca9f Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Wed, 24 Jun 2026 12:24:04 +0000 Subject: Test runs out of file descriptors. Increase ulimit number to 256. --- src/regress/lib/libc/illumos/oclo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ +# $OpenBSD: Makefile,v 1.3 2026/06/24 12:24:04 bluhm Exp $ .if exists(/usr/local/share/illumos-os-tests) +MAKE := ulimit -n 256; ${MAKE} + PROGS = oclo PROGS += oclo_errors PROGS += ocloexec_verify -- cgit v1.2.3-55-g6feb