commit | 0f3d8ee513d63282e72df37b97e35ff1a4e4d646 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Nov 13 13:29:58 2015 -0800 |
committer | Rob Landley <rob@landley.net> | Thu Nov 19 10:16:19 2015 -0600 |
tree | 0a413d497ae26824f1f8f387ef0dc8fa6cd7ee60 | |
parent | 859854a1b96f9337316e3fe13dcfef0376cf5c54 [diff] |
Fix find -perm. 1) It read st_dev instead of st_mode. 2) It reversed the semantics of absolute vs minimal ('-' prefixed) tests. Add tests for these, and move the "unterminated -exec" test into the "Still fails" section because it's still dumping core for me.