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 7875cd1ae..734acbb75 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests | |||
@@ -504,7 +504,7 @@ prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \ | |||
504 | 504 | ||
505 | # From old testsuite | 505 | # From old testsuite |
506 | expected="HELLO\n0\n" | 506 | expected="HELLO\n0\n" |
507 | prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" | 507 | prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo \$?" |
508 | 508 | ||
509 | expected="ok\n" | 509 | expected="ok\n" |
510 | prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" | 510 | prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" |