Branch: refs/heads/smoke-me/tomhukins-test_set_dollarzero
Home: https://github.com/Perl/perl5
Commit: ece144ac0aba2f92bd9482a1308a5c7f1e1aeceb
https://github.com/Perl/perl5/commit/ece144ac0aba2f92bd9482a1308a5c7f1e1aeceb
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: a3ecd15bf84cdf86332a2eeaf4df9318536fccf8
https://github.com/Perl/perl5/commit/a3ecd15bf84cdf86332a2eeaf4df9318536fccf8
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: a5d793fde0f4df21ff7b15f22fbf24856b6e50be
https://github.com/Perl/perl5/commit/a5d793fde0f4df21ff7b15f22fbf24856b6e50be
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/c4cc981c0882...a5d793fde0f4