bug-gzip
[Top][All Lists]
Advanced

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

bug#25636: new snapshot available: gzip-1.8.18-00e6


From: Assaf Gordon
Subject: bug#25636: new snapshot available: gzip-1.8.18-00e6
Date: Mon, 6 Feb 2017 20:42:42 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Feb 06, 2017 at 12:05:12PM -0800, Jim Meyering wrote:
On Mon, Feb 6, 2017 at 11:41 AM, Assaf Gordon <address@hidden> 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









reply via email to

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