Re: [PATCH] Fix "znew -K" to work without use of compress utility

2010-02-01 Thread Jim Meyering
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

Re: [PATCH] Fix "znew -K" to work without use of compress utility

2010-02-01 Thread Dmitry V. Levin
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 >

Re: [PATCH] Fix "znew -K" to work without use of compress utility

2010-02-01 Thread Jim Meyering
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

Re: [PATCH] Fix "znew -K" to work without use of compress utility

2010-02-01 Thread Jim Meyering
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

[PATCH] Fix "znew -K" to work without use of compress utility

2010-01-30 Thread Dmitry V. Levin
* 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