diff options
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-x | testsuite/cpio.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 576180f..fa0b65a 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests @@ -41,6 +41,7 @@ ls -ln cpio.testdir | $FILTER_LS" \ " \ "" "" +test x"$SKIP_KNOWN_BUGS" = x"" && { # Currently fails. Numerous buglets: "1 blocks" versus "1 block", # "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y testing "cpio lists hardlinks" \ @@ -53,6 +54,7 @@ cpio.testdir/y 0 " \ "" "" +} # More complex case rm -rf cpio.testdir cpio.testdir2 2>/dev/null |