testsuite: fix bunzip2.tests expectations
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
eda83c9e69
commit
b2c123d484
@ -562,7 +562,7 @@ if test "${0##*/}" = "bunzip2.tests"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
errout="`${bb}bunzip2 <bz2_issue_12.bz2 2>&1 >/dev/null`"
|
errout="`${bb}bunzip2 <bz2_issue_12.bz2 2>&1 >/dev/null`"
|
||||||
if test x"$errout:$?" = x"bunzip2: bunzip error -3:1"; then
|
if test x"$errout:$?" = x"bunzip2: bunzip error -5:1"; then
|
||||||
echo "PASS: $unpack: bz2_issue_12.bz2 corrupted example"
|
echo "PASS: $unpack: bz2_issue_12.bz2 corrupted example"
|
||||||
else
|
else
|
||||||
echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example"
|
echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example"
|
||||||
|
Loading…
Reference in New Issue
Block a user