Disambiguate "Can't locate"
[p5sagit/p5-mst-13.2.git] / t / op / override.t
index 1a4e5e0..e9e62a0 100755 (executable)
@@ -67,7 +67,7 @@ print "ok 10\n";
     local(*CORE::GLOBAL::require);
     $r = '';
     eval "require NoNeXiSt;";
-    print "not " if $r or $@ !~ /^Can't locate NoNeXiSt/i;
+    print "not " if $r or $@ !~ /^Can't locate file NoNeXiSt/i;
     print "ok 11\n";
 }