From 6ae6426a7485b5835c23aea198b3065f491d918b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 18 Jul 2009 16:22:26 +0200 Subject: fix mountpoint test to not prevemt mkfs_xxx from making image in any file Signed-off-by: Denys Vlasenko --- testsuite/cpio.tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/cpio.tests') diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 576180ff1..fa0b65a08 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 -- cgit v1.2.3