[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: [PATCH 2/2] gzip: add test that checks that -9 compresses better than -1
From:       Denys Vlasenko <vda.linux () googlemail ! com>
Date:       2016-08-14 23:31:47
Message-ID: CAK1hOcM56PQqWGG4-wUA-Wk0S1vCz+A6UU=hp0v1D8wrbmR2jw () mail ! gmail ! com
[Download RAW message or body]

Applied, thanks!

On Wed, Aug 3, 2016 at 4:21 PM, Natanael Copa <ncopa@alpinelinux.org> wrote:
> Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
> ---
>  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
> busybox@busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic