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

7 lines
134 B
Plaintext
Raw Normal View History

# UNSUPPORTED: 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