> > On FreeBSD 11/x86 (32-bit) there are 3 test failures. > > Two of the three we've already discussed. In the third one, apparently this > sort > of /bin/sh script: > > #!/bin/sh > exec printf '%s\n' "a long string" > > improperly exits with status 0 when standard output is /dev/full.
In the newest gzip git, the 'unpack-valid' test now succeeds on FreeBSD 11/x86 (32-bit), as well as on all other platforms that I have tested. Probably due to Jim's 2 fixes. Bruno