testsuite: check CONFIG_DESKTOP before using 'od -t'
[oweals/busybox.git] / testsuite / gzip / gzip-compression-levels
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