Branch: refs/heads/smoke-me/tonyc/19894-skip-unicode-dollarzero
Home: https://github.com/Perl/perl5
Commit: ad1bb8a058cbf54a485528fe5495c6a04aaa5015
https://github.com/Perl/perl5/commit/ad1bb8a058cbf54a485528fe5495c6a04aaa5015
Author: Tony Cook <[email protected]>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M t/op/magic.t
Log Message:
-----------
workaround an apparent bug with setproctitle() on DragonflyBSD
The sequence of calls to setproctitle() seems to mess up some internal
OS state, which ends up making the more fundamental $0 tests fail
later in the file.
Reported upstream as https://bugs.dragonflybsd.org/issues/3319
Fixes #19894