busybox/testsuite/tar/tar-extracts-file

6 lines
71 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo