aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-27 14:54:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-27 14:54:16 +0200
commit2cfa969de8a275e0e65b095ed79a5f588c513bca (patch)
tree200dcb4725624dbfaed38d1459382c9279235560 /tests
parent3813b05824fa2616b8ab9c18ed158c0c02265337 (diff)
Redo run directive diagnostics not to rely on invalid paths
Diffstat (limited to 'tests')
-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