1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-16 09:30:29 +00:00
hush/testsuite/tar/tar-extracts-to-standard-output
2003-05-18 21:12:36 +00:00

4 lines
75 B
Plaintext

echo foo > foo
tar cf foo.tar foo
cat foo.tar | busybox tar Ox | cmp foo -