* testsuite/tar/tar-archives-multiple-files: New.

This commit is contained in:
Matt Kraai 2002-02-17 18:42:52 +00:00
parent 3b7767abe6
commit c00e4ff8e5

View File

@ -0,0 +1,5 @@
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar