Branch: refs/heads/smoke-me/tonyc/19894-dflybsd-workaround
Home: https://github.com/Perl/perl5
Commit: 90fca025cb2f2a2fdbc24e44ec877de21a4032fa
https://github.com/Perl/perl5/commit/90fca025cb2f2a2fdbc24e44ec877de21a4032fa
Author: Tony Cook <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M t/op/magic.t
Log Message:
-----------
workaround a test failure on DragonflyBSD
Something, either in perl, or in the system, is causing the "trick"
of using a "-" prefix to fail when the older $0 tests are after the
unicode $0 tests.
This isn't a fix.
Given this works on every other system I suspect a system bug, but I
haven't been able to create a simple reproducer.