hush/testsuite/tar/tar-extracts-file

6 lines
71 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo