On Fri, Mar 4, 2016 at 7:51 AM, Assaf Gordon <assafgor...@gmail.com> wrote:
> On OpenSoalris 5.11, both i86pc and sun4u, test 'zgrep-signal' fails. log
> attached.
> (note: no failure on OpenSolaris 5.10).

Hi Assaf, Thank you again.

Would you please rerun "make check" with the attached patch?
It should result in a tests/zgrep-signal.log file with enough info
to diagnose the problem.
diff --git a/tests/zgrep-signal b/tests/zgrep-signal
index 13783ef..4f7f9ef 100755
--- a/tests/zgrep-signal
+++ b/tests/zgrep-signal
@@ -58,7 +58,9 @@ test 128 -lt $signal_status ||

 fail=0

-write_to_dangling_pipe zgrep a f.gz f.gz
+write_to_dangling_pipe sh -x zgrep a f.gz f.gz 2> junk
 test $? -eq $signal_status || fail=1
+cat junk
+echo fooooooooooooooooooooooooooooo

 Exit $fail

Reply via email to