Write files when extracting an archive from standard input.
This commit is contained in:
5
testsuite/tar/tar-extracts-from-standard-input
Normal file
5
testsuite/tar/tar-extracts-from-standard-input
Normal file
@ -0,0 +1,5 @@
|
||||
touch foo
|
||||
tar cf foo.tar foo
|
||||
rm foo
|
||||
cat foo.tar | busybox tar x
|
||||
test -f foo
|
Reference in New Issue
Block a user