diff options
Diffstat (limited to 'test/regress/BF3C1F82-2.test')
-rw-r--r-- | test/regress/BF3C1F82-2.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/BF3C1F82-2.test b/test/regress/BF3C1F82-2.test index 598af506..49a10e80 100644 --- a/test/regress/BF3C1F82-2.test +++ b/test/regress/BF3C1F82-2.test @@ -4,11 +4,11 @@ include non-existent-ledger-file-BF3C1F82 test -f - reg -> 1 __ERROR__ While parsing file "", line 2: -Error: File to include was not found: "non-existent-ledger-file-BF3C1F82" +Error: File to include was not found: "$sourcepath/non-existent-ledger-file-BF3C1F82" end test test -f /dev/stdin reg -> 1 __ERROR__ While parsing file "", line 2: -Error: File to include was not found: "non-existent-ledger-file-BF3C1F82" +Error: File to include was not found: "$sourcepath/non-existent-ledger-file-BF3C1F82" end test |