summaryrefslogtreecommitdiff
path: root/t/pragma
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-01-17 13:22:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-01-17 13:22:04 +0000
commit51a19bc0654ae83130b5db1dfb665bcc81c7afd1 (patch)
treee55cce2925a2d19836570a7437871b388f571bf2 /t/pragma
parente04b929ac38a0730124ba1af2605a41e7457eede (diff)
downloadperl-51a19bc0654ae83130b5db1dfb665bcc81c7afd1.tar.gz
various tweaks for clean build and test on win32
p4raw-id: //depot/perl@2632
Diffstat (limited to 't/pragma')
-rw-r--r--t/pragma/warn/doio4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/warn/doio b/t/pragma/warn/doio
index 41ac89a8e0..993c34d006 100644
--- a/t/pragma/warn/doio
+++ b/t/pragma/warn/doio
@@ -104,11 +104,11 @@ use warning 'io' ;
exec "lskdjfalksdjfdjfkls","" ;
EXPECT
OPTION regex
-Can't exec "lskdjfalksdjfdjfkls": (\w+ )?(No such file or directory|A file or directory in the path name does not exist)
+Can't exec "lskdjfalksdjfdjfkls": .+ at - line 3.
########
# doio.c
use warning 'io' ;
exec "lskdjfalksdjfdjfkls", "abc" ;
EXPECT
OPTION regex
-Can't exec "lskdjfalksdjfdjfkls": (\w+ )?(No such file or directory|A file or directory in the path name does not exist)
+Can't exec "lskdjfalksdjfdjfkls": .+ at - line 3.