Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 72d0a0a0eaacc085760906b83d9e509f553fbb80 https://github.com/Perl/perl5/commit/72d0a0a0eaacc085760906b83d9e509f553fbb80 Author: Tony Cook <t...@develop-help.com> Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths: M t/op/magic.t Log Message: ----------- t/op/magic.t: handle busybox ps There were two problems here: - busybox ps doesn't support the ps -p option and produces an error and fails when it sees it. This does no harm beyond noise. - busybox ps ignores a PID parameter, always producing a complete list of processes, so the like()s around line 430 would include the entire ps list in their NAME values, producing a bunch of noise that TEST (but not harness) chokes on.