Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
00f2a35b835c6f49617f5379073e9063e7e683ce
/
.
/
testsuite
/
gzip
/
gzip-compression-levels
blob: 6d9a13d080ff4a5ebd002c7a8e9ecf5543db60e0 [
file
] [
log
] [
blame
]
Natanael Copa
560cf8c
2016-08-03 16:21:53 +0200
[
diff
] [
blame
]
1
# FEATURE: CONFIG_FEATURE_GZIP_LEVELS
2
3
level1
=
$
(
busybox gzip
-
c
-
1
$
(
which busybox
)
|
wc
-
c
)
4
level9
=
$
(
busybox gzip
-
c
-
9
$
(
which busybox
)
|
wc
-
c
)
5
test $level1
-
gt $level9