From 79e86eb3baddb9502abf907a80383d810487602f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 May 2025 11:28:06 -0400 Subject: tests/posix/exec_sigmask: Use -exec bash instead of sh On macOS, sh takes upwards of 20 seconds for some reason. --- tests/posix/exec_sigmask.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/posix/exec_sigmask.sh b/tests/posix/exec_sigmask.sh index d1192a4..4f2c6c9 100644 --- a/tests/posix/exec_sigmask.sh +++ b/tests/posix/exec_sigmask.sh @@ -11,6 +11,6 @@ mkfifo p1 p2 } & # Write the `sh` PID to p1, then hang reading p2 until we're killed -! invoke_bfs p1 -exec sh -c 'echo $$ >p1 && read -r _ p1 && read -r _