diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-26 18:26:55 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-26 18:26:55 -0400 |
commit | 235c770d4a92b6087e5cd8d4c104f8b69aefd796 (patch) | |
tree | 2aa97509b5fa961b3556875555b5d096061501b6 /test/baseline | |
parent | 3582fb360cb10175729274fbe27125d1ec87b2f2 (diff) | |
download | fork-ledger-235c770d4a92b6087e5cd8d4c104f8b69aefd796.tar.gz fork-ledger-235c770d4a92b6087e5cd8d4c104f8b69aefd796.tar.bz2 fork-ledger-235c770d4a92b6087e5cd8d4c104f8b69aefd796.zip |
Fix typo in filename
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/feat-convert-with-directives.dat (renamed from test/baseline/feat-convert-with-diretives.dat) | 0 | ||||
-rw-r--r-- | test/baseline/feat-convert-with-directives.test (renamed from test/baseline/feat-convert-with-diretives.test) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/baseline/feat-convert-with-diretives.dat b/test/baseline/feat-convert-with-directives.dat index ac13ff81..ac13ff81 100644 --- a/test/baseline/feat-convert-with-diretives.dat +++ b/test/baseline/feat-convert-with-directives.dat diff --git a/test/baseline/feat-convert-with-diretives.test b/test/baseline/feat-convert-with-directives.test index 2f6e0102..53adb7a6 100644 --- a/test/baseline/feat-convert-with-diretives.test +++ b/test/baseline/feat-convert-with-directives.test @@ -6,7 +6,7 @@ payee REWE alias REWE SAGT DANKE # When reading csv file without directives: -test -f /dev/null convert test/baseline/feat-convert-with-diretives.dat +test -f /dev/null convert test/baseline/feat-convert-with-directives.dat 2012/01/01 * KFC Expenses:Unknown $10 Equity:Unknown @@ -17,7 +17,7 @@ test -f /dev/null convert test/baseline/feat-convert-with-diretives.dat end test # When reading csv file with directives: -test --account "Assets:Cash" convert test/baseline/feat-convert-with-diretives.dat +test --account "Assets:Cash" convert test/baseline/feat-convert-with-directives.dat 2012/01/01 * KFC Expenses:Food $10 Assets:Cash |