Applied, thanks!
On Wed, Aug 3, 2016 at 4:21 PM, Natanael Copa <[email protected]> wrote: > Signed-off-by: Natanael Copa <[email protected]> > --- > testsuite/gzip/gzip-compression-levels | 3 +++ > 1 file changed, 3 insertions(+) > create mode 100644 testsuite/gzip/gzip-compression-levels > > diff --git a/testsuite/gzip/gzip-compression-levels > b/testsuite/gzip/gzip-compression-levels > new file mode 100644 > index 0000000..36289e6 > --- /dev/null > +++ b/testsuite/gzip/gzip-compression-levels > @@ -0,0 +1,3 @@ > +level1=$(busybox gzip -c -1 $(which busybox) | wc -c) > +level9=$(busybox gzip -c -9 $(which busybox) | wc -c) > +test $level1 -gt $level9 > -- > 2.9.1 > > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
