aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner/expr.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/runner/expr.testscript')
-rw-r--r--tests/test/script/runner/expr.testscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript
index 36c15fd..b8dbfdc 100644
--- a/tests/test/script/runner/expr.testscript
+++ b/tests/test/script/runner/expr.testscript
@@ -21,7 +21,7 @@
true = '$* >| -o'
false = '$* -s 1 >| -o'
- bf = $b 2>/~'%.+/driver(\.exe)? exit code 1 != 0%'
+ bf = $b 2>-
: true
:
@@ -510,6 +510,7 @@
/.{7}
-X
+2
+ info: test id: 1
EOE
: non-trailing
@@ -518,5 +519,6 @@
/.{7}
-X
+2
+ info: test id: 1
EOE
}