Skip to content

mk/tests.mk: find -perm +mode is deprecated #19981

Description

@Munksgaard

In mk/tests.mk we use the command find -perm +a+x to find executables. The syntax +a+x has been deprecated since 2005 and have been removed from newer versions of find (mine is find (GNU findutils) 4.5.14), and should be replaced with /a+x.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions