From 81d9d638526042567bebfe2fa2213a9481430620 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 6 Feb 2023 10:56:30 +1000 Subject: tests: exec2: may need to set default SIGPIPE disposition Signed-off-by: Steve Bennett --- tests/exec2.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/exec2.test b/tests/exec2.test index 87602c6..7ea1786 100644 --- a/tests/exec2.test +++ b/tests/exec2.test @@ -68,7 +68,7 @@ test exec2-3.1 "close pipeline return value" pipe { } {1 {child process exited abnormally} CHILDSTATUS 1} test exec2-3.2 "close pipeline return value" -constraints {pipe signal nomingw32} -body { - signal default SIGPIPE + signal ignore SIGPIPE # Write more than 64KB which is maximum size of the pipe buffers # on all systems we have seen set bigstring [string repeat a 100000] -- cgit v1.1