diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-21 03:55:13 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-21 03:55:13 -0600 |
commit | f3e1c8ded03be3d6cdbb4819178e8b446c1b4798 (patch) | |
tree | 98d5e9ba47d74155a116bc37e1e54bc8b8980048 /test/baseline/cmd-script_2.test | |
parent | c47350dce9c666987f924c54507973fc11587b2e (diff) | |
download | fork-ledger-f3e1c8ded03be3d6cdbb4819178e8b446c1b4798.tar.gz fork-ledger-f3e1c8ded03be3d6cdbb4819178e8b446c1b4798.tar.bz2 fork-ledger-f3e1c8ded03be3d6cdbb4819178e8b446c1b4798.zip |
Fixed cmd-script_2.test
Diffstat (limited to 'test/baseline/cmd-script_2.test')
-rw-r--r-- | test/baseline/cmd-script_2.test | 4 |
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 |