diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-28 02:03:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-28 02:03:29 +0200 |
commit | 398c65997050ffadf0f445a8f858b74e0355753d (patch) | |
tree | fafb637c430ba6bf220a36f86956a9030daaf6b3 /testsuite | |
parent | 93cadc2fddbf8e640501dfd0ed0344119cb892ee (diff) | |
download | busybox-398c65997050ffadf0f445a8f858b74e0355753d.tar.gz |
cpio.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/cpio.tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index eb3e57647..576180ff1 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 |