This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / testsuite / tar / tar-extracts-multiple-files
1 touch foo bar
2 busybox tar cf foo.tar foo bar
3 rm foo bar
4 busybox tar -xf foo.tar
5 test -f foo
6 test -f bar