aboutsummaryrefslogtreecommitdiff
path: root/tests/directive/run.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/directive/run.test')
-rw-r--r--tests/directive/run.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/directive/run.test b/tests/directive/run.test
index b9bfb48..507cca1 100644
--- a/tests/directive/run.test
+++ b/tests/directive/run.test
@@ -31,6 +31,7 @@ EOE
: bad-output
:
cat <'print run' >=buildfile;
-$* <"run '$0' noop" 2>>~%EOE% != 0
-%-:1:5: \(.+ stdout\):1:4: error: executable name expected after run%
+$* <"run '$0' noop" 2>>"EOE" != 0
+<stdout>:1:4: error: executable name expected after run
+ <stdin>:1:5: info: while parsing $0 output
EOE