]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
t: Fix test for non-existent file.
authorSimon Ruderich <simon@ruderich.org>
Thu, 31 May 2012 21:54:57 +0000 (23:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 31 May 2012 21:57:44 +0000 (23:57 +0200)
Broken in 23189f94e3761d3ef1d82b5abccf11564388b4bf.

t/tests.t

index b2e3d6d46656951af124bccd94ec6c9dfb0b9fd6..a24b7db3ce5f8a639579b10941c24c6a9b1663e7 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -85,7 +85,7 @@ Options:
 /s;
 
 is_blhc 'doesnt-exist', '', 2,
 /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.
 
 
 # No compiler commands found.