BF3C1F82-2.test 406 B

12345678910111213
  1. ; Check that include directives are relative for "-f /dev/stdin"
  2. include non-existent-ledger-file-BF3C1F82
  3. test -f - reg -> 1
  4. __ERROR__
  5. While parsing file "", line 2:
  6. Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82"
  7. end test
  8. test -f /dev/stdin reg -> 1
  9. __ERROR__
  10. While parsing file "", line 2:
  11. Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82"
  12. end test