AIX' error messages are different.
Jarkko Hietaniemi [Mon, 14 Dec 1998 14:39:52 +0000 (14:39 +0000)]
From: "Kurt D. Starsinic" <kstar@chapin.edu>
To: Gurusamy Sarathy <gsar@engin.umich.edu>
Cc: perl5-porters@perl.org
Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
Date: Thu, 10 Dec 1998 00:42:36 -0500
Message-ID: <19981210004236.A29986@O2.chapin.edu>

From: Michael Engel <engel@nms1.cc.huji.ac.il>
To: perlbug@perl.com
Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>

p4raw-id: //depot/cfgperl@2479

t/pragma/warn/doio

index da59101..5e15c8c 100644 (file)
@@ -86,11 +86,11 @@ use warning 'io' ;
 exec "lskdjfalksdjfdjfkls","" ;
 EXPECT
 OPTION regex
-Can't exec "lskdjfalksdjfdjfkls": (\w+ )?No such file or directory.*
+Can't exec "lskdjfalksdjfdjfkls": (\w+ )?(No such file or directory|A file or directory in the path name does not exist)
 ########
 # doio.c
 use warning 'io' ;
 exec "lskdjfalksdjfdjfkls", "abc" ;
 EXPECT
 OPTION regex
-Can't exec "lskdjfalksdjfdjfkls": (\w+ )?No such file or directory.*
+Can't exec "lskdjfalksdjfdjfkls": (\w+ )?(No such file or directory|A file or directory in the path name does not exist)