data/method/busybox/busybox-1.36.0/testsuite/tar/tar-extracts-file

6 lines
71 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo