diff options
author | John Wiegley <johnw@newartisans.com> | 2012-08-02 16:13:58 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-08-02 16:13:58 -0500 |
commit | afc023406ad658f6f9a2cda69d7d6ce9492bc3af (patch) | |
tree | 6c8659730d9694af48f7eab48b79d7c89070a7ef /test/baseline/opt-file.test | |
parent | 2de6af2761672c1b0697e285de20b291a3fc3a55 (diff) | |
download | fork-ledger-afc023406ad658f6f9a2cda69d7d6ce9492bc3af.tar.gz fork-ledger-afc023406ad658f6f9a2cda69d7d6ce9492bc3af.tar.bz2 fork-ledger-afc023406ad658f6f9a2cda69d7d6ce9492bc3af.zip |
Always store absolute paths internally
Diffstat (limited to 'test/baseline/opt-file.test')
-rw-r--r-- | test/baseline/opt-file.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/baseline/opt-file.test b/test/baseline/opt-file.test index e01d929d..66d0ab1b 100644 --- a/test/baseline/opt-file.test +++ b/test/baseline/opt-file.test @@ -1,6 +1,6 @@ test -f opt-file-does-not-exist.dat bal -> 1 __ERROR__ -Error: Cannot read journal file "opt-file-does-not-exist.dat" +Error: Cannot read journal file "$sourcepath/opt-file-does-not-exist.dat" end test test -f test/baseline/opt-file1.dat -f test/baseline/opt-file2.dat bal |