data/method/busybox/busybox-1.36.0/testsuite/tar/tar-extracts-multiple-files

7 lines
96 B
Plaintext
Raw Normal View History

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