1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-06 15:30:43 +00:00
hush/testsuite/tar/tar-extracts-from-standard-input

6 lines
76 B
Plaintext

touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo