Fixed cmd-script_2.test

This commit is contained in:
John Wiegley 2012-02-21 03:55:13 -06:00
parent c47350dce9
commit f3e1c8ded0

View file

@ -1,3 +1,3 @@
test eval 'x=total_expr;x=x/count;x=amount_expr-x*count;x' test eval 'total_expr=$100;amount_expr=$15;x=total_expr;x=x/5;x=amount_expr-x*5;x'
0 $-85
end test end test