From: Denys Vlasenko Date: Sun, 26 May 2019 11:51:41 +0000 (+0200) Subject: testsuite: fix bunzip2.tests expectations X-Git-Tag: 1_31_0~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2c123d484dbe261758f27ced213f4649173803b;p=oweals%2Fbusybox.git testsuite: fix bunzip2.tests expectations Signed-off-by: Denys Vlasenko --- diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index edb332748..69e34dfd0 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests @@ -562,7 +562,7 @@ if test "${0##*/}" = "bunzip2.tests"; then fi errout="`${bb}bunzip2 &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" else echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example"