On 09/25/2013 11:05 AM, [email protected] wrote:
>> $ timeout 10s diff -Z <(printf 'a\r\nb\n') <(printf 'a\nb\r\n'); echo $?
>> 124
>>

> 
> diff 3.3 (probably compiled with gcc-4.7.3 p1.0, pie-0.5.5, 
> glibc-2.17 on amd64) does not timeout on my system:
> 
>  $ diff -Z <(printf 'a\nb\n') <(printf 'a\nb\n'); echo $?
>  0
>  $ timeout 10s diff -Z <(printf 'a\r\nb\n') <(printf 'a\nb\r\n'); echo $?
>  0

Odd; I've raised a separate Fedora bug in case it is a downstream-only
issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1012075

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to