This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix win32 test failures
authorKarl Williamson <khw@cpan.org>
Sat, 24 Dec 2016 17:31:10 +0000 (10:31 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 24 Dec 2016 18:28:35 +0000 (11:28 -0700)
commitc44e9413a2efb331e52675f5fae945cbd0e8dc5f
treef88d83e3274846a9b99402029742b009792ee9c1
parent3de20fbedc588d600cec734eeef024ef8ae86962
Fix win32 test failures

Commit 607313a19740cb756ab98d5e58e6040ea8c125d4 introduced a bug in that
it is looking for the string "mathoms.c" in __FILE__.  But __FILE__ can
be a path with mathoms.c merely a component of it.  The easiest thing to
do is to use instr() instead of strEQ.
utf8.c