coreutils
[Top][All Lists]
Advanced

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

Re: AIX results


From: Pádraig Brady
Subject: Re: AIX results
Date: Fri, 22 Dec 2017 13:07:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 22/12/17 05:30, Assaf Gordon wrote:
> P.S.
> To investigate further, the builds are on the GCC compiler farm 
> (gcc119.fsffrance.org) in
>    /home/agn/coreutils-8.28.61-70c84-32bit/
>    /home/agn/coreutils-8.28.61-70c84-64bit/

I've not had access to the compile farm in years,
even though I've requested a few times to have
my ssh keys reinstated :(

CCing Michael Felt to the thread, for AIX visibility.

Does this avoid one of the failures?

diff --git a/tests/tail-2/pipe-f.sh b/tests/tail-2/pipe-f.sh
index 759881c..3dd85ec 100755
--- a/tests/tail-2/pipe-f.sh
+++ b/tests/tail-2/pipe-f.sh
@@ -40,7 +40,7 @@ compare exp out || fail=1
 timeout 10 tail -f $mode $fastpoll out | sleep .1 || fail=1

 # This would wait indefinitely before v8.28 (until first write)
-returns_ 1 timeout 10 tail -f $mode $fastpoll /dev/null >&- || fail=1
+(returns_ 1 timeout 10 tail -f $mode $fastpoll /dev/null >&-) || fail=1
 done

 Exit $fail

> 




reply via email to

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