245d9e9892ec7cb4dcc363c7ce2da0f9926914a3
[oweals/busybox.git] / 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