ledger/test/regress/BF3C1F82-2.test
2014-05-13 18:08:34 -04:00

12 lines
406 B
Text

; Check that include directives are relative for "-f /dev/stdin"
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"
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"
end test