hush/testsuite/tar/tar-archives-multiple-files

6 lines
93 B
Plaintext

touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar