bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] make check: 2 TESTS FAILED


From: Hermann Peifer
Subject: Re: [bug-gawk] make check: 2 TESTS FAILED
Date: Sun, 20 Oct 2013 11:56:08 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 2013-10-19 19:33, Aharon Robbins wrote:

$ diff test/pipeio3.ok test/_pipeio3
3c3
< sh: 1: cart: not found
---
> sh: cart: command not found

This is not a real problem.

After applying your patch, the above (non-)issue is reduced to:

$ diff test/pipeio3.ok test/_pipeio3
3c3
< sh: 1: cart: not found
---
> sh: cart: not found


$ diff test/exit.ok test/_exit
2a3
  > gawk: warning: error writing standard output (Broken pipe)
11a13
  > gawk: warning: error writing standard output (Broken pipe)

Just to add that when running test/exit.sh repeatedly, the warning
message occurs either once, twice or not at all, see below.

This is more serious. I also see that it sometimes does different
things.

Below is a patch for both problems. Please let me know if it works
for you and I'll check it in.


I can confirm: the inconsistently appearing warning message is gone now.

Regards, Hermann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]