summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/baseline/cmd-script_2.test4
1 files changed, 2 insertions, 2 deletions
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