From 96a6bdcb7764a5616f2b9759226d1097ab489615 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 17 Jan 2010 19:08:39 +0100 Subject: bunzip2.tests: replace $? with \$? Signed-off-by: Denys Vlasenko --- testsuite/bunzip2.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/bunzip2.tests') 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" -- cgit v1.2.3