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:
-rw-r--r--testsuite/tar/tar-complains-about-missing-file4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tar/tar-complains-about-missing-file b/testsuite/tar/tar-complains-about-missing-file
new file mode 100644
index 000000000..dd1f2fa87
--- /dev/null
+++ b/testsuite/tar/tar-complains-about-missing-file
@@ -0,0 +1,4 @@
+# XFAIL
+touch foo
+tar cf foo.tar foo
+! busybox tar xf foo.tar bar