busybox/testsuite/tar/tar-extracts-file

6 lines
71 B
Plaintext

touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo