Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4b64ef5938269561fff7dc66b69ce34d1bbc8c36
https://github.com/Perl/perl5/commit/4b64ef5938269561fff7dc66b69ce34d1bbc8c36
Author: Tom Hukins <[email protected]>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M t/op/magic.t
Log Message:
-----------
Test setting $0 on Dragonfly BSD
Support for this began in Perl 5.26.0 with commit 38626956885060503.
Commit: 09d8c0d279dc42afb9a0d197a78bf0a0dd51a198
https://github.com/Perl/perl5/commit/09d8c0d279dc42afb9a0d197a78bf0a0dd51a198
Author: Tom Hukins <[email protected]>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M t/op/magic.t
Log Message:
-----------
Avoid unnecessarily skipping a test to set $0
The absence of /proc/$$/cmdline doesn't mean running ps(1) won't work.
Commit: 0522a9e73a5436836353184378cf48ac54774c17
https://github.com/Perl/perl5/commit/0522a9e73a5436836353184378cf48ac54774c17
Author: Tom Hukins <[email protected]>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M t/op/magic.t
Log Message:
-----------
Use a more suitable test method
like() provides better errors on failure thank ok(). This reduces the
usefulness of the removed printf() diagnostic.
Compare: https://github.com/Perl/perl5/compare/0cf25474a4e6...0522a9e73a54