diff options
author | thdox <thdox@free.fr> | 2015-02-25 19:01:30 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-25 19:01:30 +0100 |
commit | 6abcf2109dd5d7bb103affb54015683c8a4b8cb6 (patch) | |
tree | e7513c8ab4c3a1327293bfb13cd80de39d81f202 /test/CheckBaselineTests.py | |
parent | af0da737fc4ef8f9ccebd3d43519610b8a8fcaa1 (diff) | |
download | fork-ledger-6abcf2109dd5d7bb103affb54015683c8a4b8cb6.tar.gz fork-ledger-6abcf2109dd5d7bb103affb54015683c8a4b8cb6.tar.bz2 fork-ledger-6abcf2109dd5d7bb103affb54015683c8a4b8cb6.zip |
Fix baseline test for --no-pager.
Diffstat (limited to 'test/CheckBaselineTests.py')
-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', |