From 29da97a46097c4d6d0e249a508501373a6035d1c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 31 May 2012 23:54:57 +0200 Subject: [PATCH] t: Fix test for non-existent file. Broken in 23189f94e3761d3ef1d82b5abccf11564388b4bf. --- t/tests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.2