This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
z/OS: t/ - mostly EBCDIC fixes
[perl5.git] / t / op / exec.t
index a6eeeb5..c138491 100755 (executable)
@@ -96,7 +96,7 @@ unless( ok($rc == 255 << 8 or $rc == -1 or $rc == 256 or $rc == 512) ) {
 
 unless ( ok( $! == 2  or  $! =~ /\bno\b.*\bfile/i or  
              $! == 13 or  $! =~ /permission denied/i or
-             $! == 22 or  $! =~ /invalid argument/  ) ) {
+             $! == 22 or  $! =~ /invalid argument/i  ) ) {
     printf "# \$! eq %d, '%s'\n", $!, $!;
 }