This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Handle fcntl(F_GETPIPE_SZ) failure in t/io/eintr.t
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 20 Mar 2015 17:49:12 +0000 (17:49 +0000)
committerTony Cook <tony@develop-help.com>
Tue, 2 Jun 2015 00:16:40 +0000 (10:16 +1000)
commita33e5a9d6ea92122a718147da18425b38257c6f5
treef203826b3d65642648d72e71270d45fda1dd3eef
parent4392616c924072673a06a91f2a51f6267f8063b2
Handle fcntl(F_GETPIPE_SZ) failure in t/io/eintr.t

Even if the F_GETPIPE_SZ constant is defined, the fcntl() call can
fail (e.g. with EINVAL), so fall back to the default in that case.
t/io/eintr.t