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