Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 07:35:09 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 07:35:09 +0300
commit7b76233290bd9dead1848f28ed6d0edfcceb8e09 (patch)
treeb963999fc54eddb65f1929b894f868e24851fc9c /testsuite/tar/tar-extracts-file
Correcting tag name to be like previous ones1_3_0
Diffstat (limited to 'testsuite/tar/tar-extracts-file')
-rw-r--r--testsuite/tar/tar-extracts-file5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tar/tar-extracts-file b/testsuite/tar/tar-extracts-file
new file mode 100644
index 000000000..ca72f2489
--- /dev/null
+++ b/testsuite/tar/tar-extracts-file
@@ -0,0 +1,5 @@
+touch foo
+tar cf foo.tar foo
+rm foo
+busybox tar xf foo.tar
+test -f foo