From: Denys Vlasenko Date: Thu, 28 May 2009 00:03:29 +0000 (+0200) Subject: cpio.tests: fix false positive X-Git-Tag: 1_15_0~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=398c65997050ffadf0f445a8f858b74e0355753d;p=platform%2Fupstream%2Fbusybox.git cpio.tests: fix false positive Signed-off-by: Denys Vlasenko --- diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index eb3e576..576180f 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests @@ -41,7 +41,7 @@ ls -ln cpio.testdir | $FILTER_LS" \ " \ "" "" -# Currently fails. Numerous: "1 blocks" versus "1 block", +# 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" \ "$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \ @@ -68,6 +68,7 @@ testing "cpio extracts zero-sized hardlinks 2" \ "find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i); echo \$?; ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ "\ +2 blocks 0 -rw-r--r-- 2 $user $group 0 empty -rw-r--r-- 2 $user $group 0 empty1