GNU bug report logs -
#25636
new snapshot available: gzip-1.8.18-00e6
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Mon, 6 Feb 2017 18:40:02 UTC
Severity: normal
Tags: notabug
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Mon, Feb 06, 2017 at 12:05:12PM -0800, Jim Meyering wrote:
>On Mon, Feb 6, 2017 at 11:41 AM, Assaf Gordon <assafgordon <at> gmail.com> wrote:
>> On OpenBSD 6.0/5.9, these fail:
>> ===
>> FAIL: help-version
>> ==================
>>
>Can you see if this addresses the help-version failure?
>
>-zcat_setup () { args="$args $zin"; }
>+zcat_setup () { TERM=dumb; export TERM; args="$args $zin"; }
Yes, with this the 'help-version' test passes.
It's worth noting that my automated tests are run from a daemon
without controlling TTY (which perhaps complicates things?).
When I run the tests manually (i.e. starting an OpenBSD VM
and SSH'ing into it), the test does not fail.
However I could trigger the failure by not creating
a TTY in ssh:
ssh -T openbsd-vm "cd gzip-1.8.18-00e6 ; make check"
In any case, with this change the test pass even without TTY.
regards,
- assaf
This bug report was last modified 3 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.