From: Denys Vlasenko Date: Sun, 17 Jan 2010 18:08:39 +0000 (+0100) Subject: bunzip2.tests: replace $? with \$? X-Git-Tag: 1_16_0~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96a6bdcb7764a5616f2b9759226d1097ab489615;p=oweals%2Fbusybox.git bunzip2.tests: replace $? with \$? Signed-off-by: Denys Vlasenko --- 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 \ # From old testsuite 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" prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok"