busybox/testsuite/tar/tar-extracts-multiple-files
2007-09-21 13:16:32 +00:00

6 lines
96 B
Text

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