Branch: refs/heads/smoke-me/tomhukins-test_set_dollarzero
Home: https://github.com/Perl/perl5
Commit: a8b8cd598d39bf0d5246acda9d47faee1b978810
https://github.com/Perl/perl5/commit/a8b8cd598d39bf0d5246acda9d47faee1b978810
Author: Tom Hukins <[email protected]>
Date: 2020-12-04 (Fri, 04 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: f1efaa211a8c8803e7938cf4f22040b248ffdbeb
https://github.com/Perl/perl5/commit/f1efaa211a8c8803e7938cf4f22040b248ffdbeb
Author: Tom Hukins <[email protected]>
Date: 2020-12-04 (Fri, 04 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: c4cc981c08822705eca3ad2fde76145f320c6243
https://github.com/Perl/perl5/commit/c4cc981c08822705eca3ad2fde76145f320c6243
Author: Tom Hukins <[email protected]>
Date: 2020-12-04 (Fri, 04 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/a8b8cd598d39%5E...c4cc981c0882