upload tizen1.0 source
[external/busybox.git] / util-linux / 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