aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/bunzip2.tests2
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
506expected="HELLO\n0\n" 506expected="HELLO\n0\n"
507prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" 507prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo \$?"
508 508
509expected="ok\n" 509expected="ok\n"
510prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" 510prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok"