aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bunzip2.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bunzip2.tests')
-rwxr-xr-xtestsuite/bunzip2.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests
index a7555aca9..7875cd1ae 100755
--- a/testsuite/bunzip2.tests
+++ b/testsuite/bunzip2.tests
@@ -517,8 +517,8 @@ if test "${0##*/}" = "bunzip2.tests"; then
517 if test1_bz2 | ${bb}bunzip2 >/dev/null \ 517 if test1_bz2 | ${bb}bunzip2 >/dev/null \
518 && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -" 518 && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -"
519 then 519 then
520 echo "$unpack: test bz2 file: PASS" 520 echo "PASS: $unpack: test bz2 file"
521 else 521 else
522 echo "$unpack: test bz2 file: FAIL" 522 echo "FAIL: $unpack: test bz2 file"
523 fi 523 fi
524fi 524fi