mirror of
https://github.com/sheumann/hush.git
synced 2025-02-24 09:29:09 +00:00
cpio.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
93cadc2fdd
commit
398c659970
@ -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
|
# "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y
|
||||||
testing "cpio lists hardlinks" \
|
testing "cpio lists hardlinks" \
|
||||||
"$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \
|
"$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 \$?;
|
"find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i); echo \$?;
|
||||||
ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \
|
ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \
|
||||||
"\
|
"\
|
||||||
|
2 blocks
|
||||||
0
|
0
|
||||||
-rw-r--r-- 2 $user $group 0 empty
|
-rw-r--r-- 2 $user $group 0 empty
|
||||||
-rw-r--r-- 2 $user $group 0 empty1
|
-rw-r--r-- 2 $user $group 0 empty1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user