Initial public busybox upstream commit
[busybox4maemo] / testsuite / tar / tar-extracts-to-standard-output
1 echo foo > foo
2 tar cf foo.tar foo
3 cat foo.tar | busybox tar Ox | cmp foo -