From: Matt Kraai Date: Fri, 21 Dec 2001 15:54:25 +0000 (-0000) Subject: New. X-Git-Tag: 0_60_3~148 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fcc66e68550ca470074bf4e204efd9d418d8f9a;p=oweals%2Fbusybox.git New. --- 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