From f3e1c8ded03be3d6cdbb4819178e8b446c1b4798 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 21 Feb 2012 03:55:13 -0600 Subject: Fixed cmd-script_2.test --- test/baseline/cmd-script_2.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/baseline/cmd-script_2.test') diff --git a/test/baseline/cmd-script_2.test b/test/baseline/cmd-script_2.test index a6f6f37a..51ea41fb 100644 --- a/test/baseline/cmd-script_2.test +++ b/test/baseline/cmd-script_2.test @@ -1,3 +1,3 @@ -test eval 'x=total_expr;x=x/count;x=amount_expr-x*count;x' -0 +test eval 'total_expr=$100;amount_expr=$15;x=total_expr;x=x/5;x=amount_expr-x*5;x' +$-85 end test -- cgit v1.2.3