aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar/tar-extracts-to-standard-output
blob: ca48e364e3994f7074abfd7ed92e566d5b656c13 (plain)
1
2
3
echo foo > foo
tar cf foo.tar foo
cat foo.tar | busybox tar Ox | cmp foo -