Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / testsuite / bunzip2 / bunzip2-reads-from-standard-input
blobe212a12072af943aecc8c4d76de1d1a40c1178b5
1 echo foo | bzip2 | busybox bunzip2 > output
2 echo foo | cmp - output