mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
efe6dc05f9
GNU find rejects an unrecognized predicate with "find: unknown predicate '<arg>'", but we printed "find: Unrecognized flag: '<arg>'". Match GNU so the tests/find/refuse-noop GNU test (and others hitting the same path) pass. Add an integration test covering -noop and ---noop.