diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 13:22:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 13:22:04 +0000 |
commit | 51a19bc0654ae83130b5db1dfb665bcc81c7afd1 (patch) | |
tree | e55cce2925a2d19836570a7437871b388f571bf2 /t/pragma | |
parent | e04b929ac38a0730124ba1af2605a41e7457eede (diff) | |
download | perl-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/doio | 4 |
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. |