aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-02-06 10:56:30 +1000
committerSteve Bennett <steveb@workware.net.au>2023-02-06 10:59:58 +1000
commit81d9d638526042567bebfe2fa2213a9481430620 (patch)
treebb5ce0d4428bcc02a2583b13dcd70c88d5a9fb9c /tests
parent35b5ef40db6a184eb97574cd4774403db5599c5f (diff)
downloadjimtcl-81d9d638526042567bebfe2fa2213a9481430620.zip
jimtcl-81d9d638526042567bebfe2fa2213a9481430620.tar.gz
jimtcl-81d9d638526042567bebfe2fa2213a9481430620.tar.bz2
tests: exec2: may need to set default SIGPIPE disposition
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tests')
-rw-r--r--tests/exec2.test2
1 files changed, 1 insertions, 1 deletions
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]