summaryrefslogtreecommitdiff
path: root/test/regress/BF3C1F82-2.test
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2016-01-27 10:44:41 +0100
committerJohn Wiegley <johnw@newartisans.com>2019-12-05 15:06:44 +0100
commite1bba5d977a8b9385e9ffdb05861833485003d23 (patch)
tree40876bb3d289ced0fd871e94cc9e79c9e934327b /test/regress/BF3C1F82-2.test
parente264eb618b8eabf9670084f40687af916a63567e (diff)
downloadfork-ledger-e1bba5d977a8b9385e9ffdb05861833485003d23.tar.gz
fork-ledger-e1bba5d977a8b9385e9ffdb05861833485003d23.tar.bz2
fork-ledger-e1bba5d977a8b9385e9ffdb05861833485003d23.zip
Make tests scripts Python 3 compatible
Diffstat (limited to 'test/regress/BF3C1F82-2.test')
-rw-r--r--test/regress/BF3C1F82-2.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/BF3C1F82-2.test b/test/regress/BF3C1F82-2.test
index 94d59e4d..a7808504 100644
--- a/test/regress/BF3C1F82-2.test
+++ b/test/regress/BF3C1F82-2.test
@@ -1,10 +1,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: