diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-27 14:54:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-27 14:54:16 +0200 |
commit | 2cfa969de8a275e0e65b095ed79a5f588c513bca (patch) | |
tree | 200dcb4725624dbfaed38d1459382c9279235560 /tests/directive/run.test | |
parent | 3813b05824fa2616b8ab9c18ed158c0c02265337 (diff) |
Redo run directive diagnostics not to rely on invalid paths
Diffstat (limited to 'tests/directive/run.test')
-rw-r--r-- | tests/directive/run.test | 5 |
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 |