diff options
Diffstat (limited to 'testsuite/bunzip2.tests')
-rwxr-xr-x | testsuite/bunzip2.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index a7555ac..7875cd1 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests @@ -517,8 +517,8 @@ if test "${0##*/}" = "bunzip2.tests"; then if test1_bz2 | ${bb}bunzip2 >/dev/null \ && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -" then - echo "$unpack: test bz2 file: PASS" + echo "PASS: $unpack: test bz2 file" else - echo "$unpack: test bz2 file: FAIL" + echo "FAIL: $unpack: test bz2 file" fi fi |