From 2cfa969de8a275e0e65b095ed79a5f588c513bca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Apr 2018 14:54:16 +0200 Subject: Redo run directive diagnostics not to rely on invalid paths --- tests/directive/run.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/directive') 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 +:1:4: error: executable name expected after run + :1:5: info: while parsing $0 output EOE -- cgit v1.1