diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-21 15:54:25 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-21 15:54:25 +0000 |
commit | 82f5e3a18c93581a1765190af2a908897833e8f3 (patch) | |
tree | 9efae0364f0088ccf37c1e7c98e7f1b4c828971b /testsuite/tar | |
parent | c1cc27c5da875a6b2047da27d537fcdc7c226363 (diff) | |
download | busybox-w32-82f5e3a18c93581a1765190af2a908897833e8f3.tar.gz busybox-w32-82f5e3a18c93581a1765190af2a908897833e8f3.tar.bz2 busybox-w32-82f5e3a18c93581a1765190af2a908897833e8f3.zip |
New.
git-svn-id: svn://busybox.net/trunk/busybox@3937 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/tar')
-rw-r--r-- | testsuite/tar/tar-complains-about-missing-file | 4 |
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 @@ | |||
1 | # XFAIL | ||
2 | touch foo | ||
3 | tar cf foo.tar foo | ||
4 | ! busybox tar xf foo.tar bar | ||