We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a64b18 commit 4a026b4Copy full SHA for 4a026b4
t/op/magic.t
@@ -828,7 +828,7 @@ SKIP: {
828
# FreeBSD cannot get rid of both the leading "perl :"
829
# and the trailing " (perl)": some FreeBSD versions
830
# can get rid of the first one.
831
- ? qr/^(?:perl: )?x(?: \(perl\))?$/
+ ? qr/^(?:(?:mini)?perl: )?x(?: \((?:mini)?perl\))?$/
832
# In Linux 2.4 we would get an exact match ($ps eq 'x') but
833
# in Linux 2.2 there seems to be something funny going on:
834
# it seems as if the original length of the argv[] would
0 commit comments