diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-02-17 18:42:52 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-02-17 18:42:52 +0000 |
commit | 24e81c855ec0dd426e96e02e15b7c4539d210a92 (patch) | |
tree | 24177c603ae493619e5e68697d4f0ba8cbfe1bcc | |
parent | 79906fa8b8b53aa95788952de90dfaa8a7d0bf6a (diff) | |
download | busybox-w32-24e81c855ec0dd426e96e02e15b7c4539d210a92.tar.gz busybox-w32-24e81c855ec0dd426e96e02e15b7c4539d210a92.tar.bz2 busybox-w32-24e81c855ec0dd426e96e02e15b7c4539d210a92.zip |
* testsuite/tar/tar-archives-multiple-files: New.
git-svn-id: svn://busybox.net/trunk/busybox@4225 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | ||