busybox/testsuite/tar/tar-extracts-multiple-files
2004-04-06 11:34:02 +00:00

6 lines
104 B
Text

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