* testsuite/tar/tar-archives-multiple-files: New.
authorMatt Kraai <kraai@debian.org>
Sun, 17 Feb 2002 18:42:52 +0000 (18:42 -0000)
committerMatt Kraai <kraai@debian.org>
Sun, 17 Feb 2002 18:42:52 +0000 (18:42 -0000)
testsuite/tar/tar-archives-multiple-files [new file with mode: 0644]

diff --git a/testsuite/tar/tar-archives-multiple-files b/testsuite/tar/tar-archives-multiple-files
new file mode 100644 (file)
index 0000000..997291e
--- /dev/null
@@ -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