aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tar')
-rw-r--r--testsuite/tar/tar-complains-about-missing-file1
-rw-r--r--testsuite/tar/tar-handles-cz-options1
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tar/tar-complains-about-missing-file b/testsuite/tar/tar-complains-about-missing-file
index dd1f2fa87..26e8cbb36 100644
--- a/testsuite/tar/tar-complains-about-missing-file
+++ b/testsuite/tar/tar-complains-about-missing-file
@@ -1,4 +1,3 @@
-# XFAIL
touch foo
tar cf foo.tar foo
! busybox tar xf foo.tar bar
diff --git a/testsuite/tar/tar-handles-cz-options b/testsuite/tar/tar-handles-cz-options
index b2806bbe3..1049c6d2a 100644
--- a/testsuite/tar/tar-handles-cz-options
+++ b/testsuite/tar/tar-handles-cz-options
@@ -1,4 +1,3 @@
-# XFAIL
touch foo
busybox tar czf foo.tar.gz foo
gzip -d foo.tar.gz