diff options
author | Matt Kraai <kraai@debian.org> | 2002-02-17 18:42:52 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2002-02-17 18:42:52 +0000 |
commit | c00e4ff8e565619761b0de89988643f21a8057d3 (patch) | |
tree | 24177c603ae493619e5e68697d4f0ba8cbfe1bcc | |
parent | 3b7767abe6c30f2dffbd6bb02b765945a35aec17 (diff) | |
download | busybox-w32-c00e4ff8e565619761b0de89988643f21a8057d3.tar.gz busybox-w32-c00e4ff8e565619761b0de89988643f21a8057d3.tar.bz2 busybox-w32-c00e4ff8e565619761b0de89988643f21a8057d3.zip |
* testsuite/tar/tar-archives-multiple-files: New.
-rw-r--r-- | testsuite/tar/tar-archives-multiple-files | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tar/tar-archives-multiple-files b/testsuite/tar/tar-archives-multiple-files new file mode 100644 index 000000000..997291e26 --- /dev/null +++ b/testsuite/tar/tar-archives-multiple-files | |||
@@ -0,0 +1,5 @@ | |||
1 | touch foo bar | ||
2 | busybox tar cf foo.tar foo bar | ||
3 | rm foo bar | ||
4 | tar xf foo.tar | ||
5 | test -f foo -a -f bar | ||