diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-13 08:08:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-13 08:08:36 +0000 |
commit | a8956ac168515b628fea02a03d82f87da837db26 (patch) | |
tree | 8fc21a86dd1466fea6018879ab1770a8af6a3942 /t | |
parent | a3e7df5fa290fbcf8aee7020e4ba4bacea721d9e (diff) | |
parent | 205a1031dab8ab505a4d747e26b52b5dea3722f0 (diff) | |
download | perl-a8956ac168515b628fea02a03d82f87da837db26.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@15215
Diffstat (limited to 't')
-rwxr-xr-x | t/op/override.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/override.t b/t/op/override.t index 1a4e5e02f8..e9e62a0e85 100755 --- a/t/op/override.t +++ b/t/op/override.t @@ -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"; } |