Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / testsuite / tar / tar-extracts-to-standard-output
blobca48e364e3994f7074abfd7ed92e566d5b656c13
1 echo foo > foo
2 tar cf foo.tar foo
3 cat foo.tar | busybox tar Ox | cmp foo -