mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
cpio: add a test for recent fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ce9b97f18b
commit
1fbcb805a3
@ -42,6 +42,7 @@ total 0
|
|||||||
" \
|
" \
|
||||||
"" ""
|
"" ""
|
||||||
|
|
||||||
|
|
||||||
test x"$SKIP_KNOWN_BUGS" = x"" && {
|
test x"$SKIP_KNOWN_BUGS" = x"" && {
|
||||||
# Currently fails. Numerous buglets: "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
|
||||||
@ -57,6 +58,7 @@ cpio.testdir/y
|
|||||||
"" ""
|
"" ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# More complex case
|
# More complex case
|
||||||
rm -rf cpio.testdir cpio.testdir2 2>/dev/null
|
rm -rf cpio.testdir cpio.testdir2 2>/dev/null
|
||||||
mkdir cpio.testdir
|
mkdir cpio.testdir
|
||||||
@ -82,6 +84,20 @@ total 8
|
|||||||
" \
|
" \
|
||||||
"" ""
|
"" ""
|
||||||
|
|
||||||
|
|
||||||
|
# Was trying to create "/usr/bin", correct is "usr/bin".
|
||||||
|
rm -rf cpio.testdir
|
||||||
|
testing "cpio -p with absolute paths" \
|
||||||
|
"echo /usr/bin | cpio -dp cpio.testdir; echo \$?;
|
||||||
|
ls cpio.testdir" \
|
||||||
|
"\
|
||||||
|
1 blocks
|
||||||
|
0
|
||||||
|
usr
|
||||||
|
" \
|
||||||
|
"" ""
|
||||||
|
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
rm -rf cpio.testdir cpio.testdir2 2>/dev/null
|
rm -rf cpio.testdir cpio.testdir2 2>/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user