mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
85fb87aeea..5551b97c3b
https://www.nntp.perl.org/group/perl.perl5.porters/2025/07/msg270067.html
11 lines
438 B
Diff
11 lines
438 B
Diff
--- a/t/op/magic.t
|
|
+++ b/t/op/magic.t
|
|
@@ -405,7 +405,7 @@ EOP
|
|
# argv[0] assignment and by calling prctl()
|
|
{
|
|
SKIP: {
|
|
- skip "We don't have prctl() here, or we're on Android", 2 unless $Config{d_prctl_set_name} && $^O ne 'android';
|
|
+ skip "Skip test to avoid external ps(1) dependency", 2;
|
|
|
|
# We don't really need these tests. prctl() is tested in the
|
|
# Kernel, but test it anyway for our sanity. If something doesn't
|