This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
in testing EISDIR string, check known value first
authorRicardo Signes <rjbs@cpan.org>
Wed, 16 Jan 2013 13:56:57 +0000 (08:56 -0500)
committerRicardo Signes <rjbs@cpan.org>
Wed, 16 Jan 2013 15:07:54 +0000 (10:07 -0500)
commit5e4d35e6a1433c40af04b9831677295b833a0047
tree20661c552dca904c71780b906dfba1ea26d93d96
parentd335a3e3e857ffce13d73389f7aee93695ffe8e1
in testing EISDIR string, check known value first

It was not enough to ensure the English value, as some platforms
use a different string entirely.  Rather than goof around with
figuring them out, just get the known value by making an EISDIR
and stringifying it, then compare to that.
t/run/switches.t