Removed CONFIG_FEATURE_GUNZIP_UNCOMPRESS from config.maemo
[busybox4maemo] / testsuite / bunzip2 / bunzip2-reads-from-standard-input
1 echo foo | bzip2 | busybox bunzip2 > output
2 echo foo | cmp - output