summaryrefslogtreecommitdiff
path: root/test/regress/BF3C1F82-2.test
blob: 453151ce7eacd61b3c7bd0329c727702490853c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; 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