Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / testsuite / bunzip2 / bunzip2-removes-compressed-file
1 echo foo | bzip2 >foo.bz2
2 busybox bunzip2 foo.bz2
3 test ! -f foo.bz2