aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-05-26 13:51:41 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-26 13:51:41 +0200
commitb2c123d484dbe261758f27ced213f4649173803b (patch)
treeb33b263a2cda15cb1e8c431e3be1cdc50789891f /testsuite
parenteda83c9e69a430ecbee97fc53c0e691c6bb70d13 (diff)
downloadbusybox-b2c123d484dbe261758f27ced213f4649173803b.tar.gz
testsuite: fix bunzip2.tests expectations
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/bunzip2.tests2
1 files changed, 1 insertions, 1 deletions
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 <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"
else
echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example"