Sign in
coral
/
busybox
/
17764603f2a10bd43d174dc05512f38ab16a080a
/
.
/
testsuite
/
gzip
/
gzip-compression-levels
blob: 6d9a13d080ff4a5ebd002c7a8e9ecf5543db60e0 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_GZIP_LEVELS
level1
=
$
(
busybox gzip
-
c
-
1
$
(
which busybox
)
|
wc
-
c
)
level9
=
$
(
busybox gzip
-
c
-
9
$
(
which busybox
)
|
wc
-
c
)
test $level1
-
gt $level9