Dmitry V. Levin wrote:
> On Mon, Feb 01, 2010 at 11:08:52AM +0100, Jim Meyering wrote:
>> Jim Meyering wrote:
>> > Dmitry V. Levin wrote:
>
>> > diff --git a/tests/znew-k b/tests/znew-k
>> > index 652a9c8..f8430bd 100755
>> > --- a/tests/znew-k
>> > +++ b/tests/znew-k
>> > @@ -23,7 +23,7 @@ if test
On Mon, Feb 01, 2010 at 11:08:52AM +0100, Jim Meyering wrote:
> Jim Meyering wrote:
> > Dmitry V. Levin wrote:
> > diff --git a/tests/znew-k b/tests/znew-k
> > index 652a9c8..f8430bd 100755
> > --- a/tests/znew-k
> > +++ b/tests/znew-k
> > @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then
> > fi
>
Jim Meyering wrote:
> Dmitry V. Levin wrote:
>> * znew.in: Change -K option to imply -t, do not use compress(1).
>> * znew.1: Document it.
>> * tests/znew-k: New test.
>> * Makefile.am (TESTS): Add it.
>> ---
>> znew(1) can try to use compress(1) in certain circumstances, and it
>> fails to handle
Dmitry V. Levin wrote:
> * znew.in: Change -K option to imply -t, do not use compress(1).
> * znew.1: Document it.
> * tests/znew-k: New test.
> * Makefile.am (TESTS): Add it.
> ---
> znew(1) can try to use compress(1) in certain circumstances, and it
> fails to handle the case when this external u
* znew.in: Change -K option to imply -t, do not use compress(1).
* znew.1: Document it.
* tests/znew-k: New test.
* Makefile.am (TESTS): Add it.
---
znew(1) can try to use compress(1) in certain circumstances, and it
fails to handle the case when this external utility is not available.
Proposed fix