1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-18 23:29:48 +00:00
hush/testsuite/tar/tar-extracts-file
2001-10-30 23:11:20 +00:00

6 lines
71 B
Plaintext

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