diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-26 07:12:05 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-26 07:12:05 +0100 |
commit | 61ef633c92c084600b9849ad5c19cc95027edc63 (patch) | |
tree | e7513c8ab4c3a1327293bfb13cd80de39d81f202 | |
parent | af0da737fc4ef8f9ccebd3d43519610b8a8fcaa1 (diff) | |
parent | 6abcf2109dd5d7bb103affb54015683c8a4b8cb6 (diff) | |
download | fork-ledger-61ef633c92c084600b9849ad5c19cc95027edc63.tar.gz fork-ledger-61ef633c92c084600b9849ad5c19cc95027edc63.tar.bz2 fork-ledger-61ef633c92c084600b9849ad5c19cc95027edc63.zip |
Merge pull request #403 from thdox/baseline-test-no-pager
Fix baseline test for --no-pager.
-rwxr-xr-x | test/CheckBaselineTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 8c51ddef..1439cda4 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -29,7 +29,7 @@ class CheckBaselineTests (CheckOptions): 'help', 'import', 'no-color', - 'no-pager' + 'no-pager', 'options', 'price-exp', 'revalued-total', |