From: Simon Ruderich Date: Thu, 31 May 2012 21:54:57 +0000 (+0200) Subject: t: Fix test for non-existent file. X-Git-Tag: 0.04~28 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=29da97a46097c4d6d0e249a508501373a6035d1c t: Fix test for non-existent file. Broken in 23189f94e3761d3ef1d82b5abccf11564388b4bf. --- diff --git a/t/tests.t b/t/tests.t index b2e3d6d..a24b7db 100644 --- a/t/tests.t +++ b/t/tests.t @@ -85,7 +85,7 @@ Options: /s; is_blhc 'doesnt-exist', '', 2, - qr{^No such file or directory at \./bin/blhc line \d+\.$}; + qr{^No such file: \./t/logs/doesnt-exist at \./bin/blhc line \d+\.$}; # No compiler commands found.