diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-05-30 12:19:11 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-05-30 13:06:10 -0400 |
commit | a0fe051f8b2bcc919d67f822b674cdfe8cf1274b (patch) | |
tree | 3dec473f016eeddf4470056b50207c2e75facc17 /tests/posix | |
parent | 79e86eb3baddb9502abf907a80383d810487602f (diff) | |
download | bfs-main.tar.xz |
Diffstat (limited to 'tests/posix')
-rw-r--r-- | tests/posix/exec_sigmask.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/exec_sigmask.sh b/tests/posix/exec_sigmask.sh index 4f2c6c9..2907458 100644 --- a/tests/posix/exec_sigmask.sh +++ b/tests/posix/exec_sigmask.sh @@ -13,4 +13,4 @@ mkfifo p1 p2 # Write the `sh` PID to p1, then hang reading p2 until we're killed ! invoke_bfs p1 -exec bash -c 'echo $$ >p1 && read -r _ <p2' bash {} + || fail -wait +_wait |