[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test failure on Haiku
From: |
Hanspeter Niederstrasser |
Subject: |
Re: test failure on Haiku |
Date: |
Sat, 29 May 2021 05:06:00 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 |
Hello,
I'm not on Haiku, but on macOS 10.14.6 and am having a similar test
failure with m4-1.4.19 and 198.sysval:
Checking ./197.sysval
Checking ./198.sysval
@ ../doc/m4.texi:6751: Origin of test
./198.sysval: stderr mismatch
--- m4-tmp.38611/m4-xerr 2021-05-29 04:47:35.000000000 -0500
+++ m4-tmp.38611/m4-err 2021-05-29 04:47:35.000000000 -0500
@@ -0,0 +1 @@
+sh: line 1: 40596 Killed: 9 /bin/sh -c 'kill -9 $$'
Checking ./199.mkstemp
When I run the commands from the terminal that you suggested in the
previous message, I get this:
```
[Bubble:~] nieder $ /bin/sh -c '/bin/sh -c "kill 9 \$\$"; echo $?'
/bin/sh: line 0: kill: (9) - No such process
/bin/sh: line 1: 41099 Terminated: 15 /bin/sh -c "kill 9 \$\$"
143
[Bubble:~] nieder $ (SHELL=ksh; $SHELL -c "$SHELL"' -c "kill -9 \$\$"
2>/dev/null; echo $?')
ksh: 41102: Killed
265
```
Hanspeter