This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: no FD_CLOEXEC, no test
authorAndy Broad <andy@broad.ology.org.uk>
Fri, 28 Aug 2015 12:38:27 +0000 (08:38 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Sep 2015 15:12:48 +0000 (11:12 -0400)
t/run/cloexec.t

index 5200377..f767267 100644 (file)
@@ -45,7 +45,7 @@ $|=1;
 
 # When in doubt, skip.
 skip_all($^O)
-    if $^O eq 'VMS' or $^O eq 'MSWin32';
+    if $^O eq 'VMS' or $^O eq 'MSWin32' or $^O eq 'amigaos';
 
 sub make_tmp_file {
     my ($fname, $fcontents) = @_;