bunzip2.tests: replace $? with \$?

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-01-17 19:08:39 +01:00
parent 57f46c1afd
commit 96a6bdcb77

View File

@ -504,7 +504,7 @@ prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \
# From old testsuite # From old testsuite
expected="HELLO\n0\n" expected="HELLO\n0\n"
prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo \$?"
expected="ok\n" expected="ok\n"
prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok"