diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 01:43:17 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 01:43:57 -0500 |
commit | c182b7051b4d1983d85b8cc8064371e149dcdd3b (patch) | |
tree | c3e49669d99c96ae7b66c9a50d602416ed5f1318 /test | |
parent | 95cc364961112a411b16ce410e682b76ca143703 (diff) | |
download | fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.tar.gz fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.tar.bz2 fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.zip |
Renamed the pricesdb command to pricedb
Diffstat (limited to 'test')
-rw-r--r-- | test/baseline/opt-pricedb-format.test (renamed from test/baseline/opt-pricesdb-format.test) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/baseline/opt-pricesdb-format.test b/test/baseline/opt-pricedb-format.test index b90371cd..5dbff609 100644 --- a/test/baseline/opt-pricesdb-format.test +++ b/test/baseline/opt-pricedb-format.test @@ -1,4 +1,4 @@ -pricesdb --pricesdb-format='P %(date) %(scrub(display_amount))\n' +pricedb --pricedb-format='P %(date) %(scrub(display_amount))\n' <<< P 2009/01/01 13:30:00 AAPL $10.00 P 2009/01/01 14:30:00 AAPL $20.00 |