diff options
-rw-r--r-- | testsuite/find/find-supports-minus-xdev | 1 | ||||
-rw-r--r-- | testsuite/tar/tar-complains-about-missing-file | 1 | ||||
-rw-r--r-- | testsuite/tar/tar-handles-cz-options | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/find/find-supports-minus-xdev b/testsuite/find/find-supports-minus-xdev index 1c8818cdc..4c559a1f4 100644 --- a/testsuite/find/find-supports-minus-xdev +++ b/testsuite/find/find-supports-minus-xdev | |||
@@ -1,2 +1 @@ | |||
1 | # XFAIL | ||
2 | busybox find . -xdev >/dev/null 2>&1 | busybox find . -xdev >/dev/null 2>&1 | |
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 @@ | |||
1 | # XFAIL | ||
2 | touch foo | 1 | touch foo |
3 | tar cf foo.tar foo | 2 | tar cf foo.tar foo |
4 | ! busybox tar xf foo.tar bar | 3 | ! 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 @@ | |||
1 | # XFAIL | ||
2 | touch foo | 1 | touch foo |
3 | busybox tar czf foo.tar.gz foo | 2 | busybox tar czf foo.tar.gz foo |
4 | gzip -d foo.tar.gz | 3 | gzip -d foo.tar.gz |