diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 16:22:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 16:22:26 +0200 |
commit | 6ae6426a7485b5835c23aea198b3065f491d918b (patch) | |
tree | 79ebcee570986e27d7137720ca3139af277a162b /testsuite/cpio.tests | |
parent | b71ce023e9527b6afaa497ce62ca53a74cf94cef (diff) | |
download | busybox-w32-6ae6426a7485b5835c23aea198b3065f491d918b.tar.gz busybox-w32-6ae6426a7485b5835c23aea198b3065f491d918b.tar.bz2 busybox-w32-6ae6426a7485b5835c23aea198b3065f491d918b.zip |
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 576180ff1..fa0b65a08 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -41,6 +41,7 @@ ls -ln cpio.testdir | $FILTER_LS" \ | |||
41 | " \ | 41 | " \ |
42 | "" "" | 42 | "" "" |
43 | 43 | ||
44 | test x"$SKIP_KNOWN_BUGS" = x"" && { | ||
44 | # Currently fails. Numerous buglets: "1 blocks" versus "1 block", | 45 | # Currently fails. Numerous buglets: "1 blocks" versus "1 block", |
45 | # "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y | 46 | # "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y |
46 | testing "cpio lists hardlinks" \ | 47 | testing "cpio lists hardlinks" \ |
@@ -53,6 +54,7 @@ cpio.testdir/y | |||
53 | 0 | 54 | 0 |
54 | " \ | 55 | " \ |
55 | "" "" | 56 | "" "" |
57 | } | ||
56 | 58 | ||
57 | # More complex case | 59 | # More complex case |
58 | rm -rf cpio.testdir cpio.testdir2 2>/dev/null | 60 | rm -rf cpio.testdir cpio.testdir2 2>/dev/null |