testsuite: fix bunzip2.tests expectations
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 26 May 2019 11:51:41 +0000 (13:51 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 26 May 2019 11:51:41 +0000 (13:51 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/bunzip2.tests

index edb3327488c2e6d18b8f8677c05a5c8c0703232a..69e34dfd0511af7d2683f960f51ece14b86df9c2 100755 (executable)
@@ -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"