busybox/testsuite/tar/tar-archives-multiple-files

7 lines
130 B
Plaintext

# 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