diff options
-rwxr-xr-x | testsuite/bunzip2.tests | 2 |
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 | |||
562 | fi | 562 | fi |
563 | 563 | ||
564 | errout="`${bb}bunzip2 <bz2_issue_12.bz2 2>&1 >/dev/null`" | 564 | errout="`${bb}bunzip2 <bz2_issue_12.bz2 2>&1 >/dev/null`" |
565 | if test x"$errout:$?" = x"bunzip2: bunzip error -3:1"; then | 565 | if test x"$errout:$?" = x"bunzip2: bunzip error -5:1"; then |
566 | echo "PASS: $unpack: bz2_issue_12.bz2 corrupted example" | 566 | echo "PASS: $unpack: bz2_issue_12.bz2 corrupted example" |
567 | else | 567 | else |
568 | echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example" | 568 | echo "FAIL: $unpack: bz2_issue_12.bz2 corrupted example" |