blob: 66d0ab1b3fc90f7220fb6e1812580a7756316d4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
test -f opt-file-does-not-exist.dat bal -> 1
__ERROR__
Error: Cannot read journal file "$sourcepath/opt-file-does-not-exist.dat"
end test
test -f test/baseline/opt-file1.dat -f test/baseline/opt-file2.dat bal
10 A
-10 C
--------------------
0
end test
|