1# FEATURE: CONFIG_FEATURE_TAR_CREATE
2touch foo bar
3busybox tar cf foo.tar foo bar
4rm foo bar
5tar xf foo.tar
6test -f foo -a -f bar
7