mirror of https://github.com/mirror/busybox.git
* testsuite/tar/tar-archives-multiple-files: New.
parent
3b7767abe6
commit
c00e4ff8e5
|
@ -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
|
Loading…
Reference in New Issue