# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar