summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Allow // to be different from /Tavian Barnes2016-11-242-2/+2
| | | | | | POSIX says that // may be resolved in an implementation-defined way (generally, to access network shares). So don't use it in tests, and don't canonicalize it to '/' in -execdir.
* tests: Mkae LC_ALL=C apply to the whole pipeline when sorting.Tavian Barnes2016-11-223-39/+39
|
* Support -perm +MODE for symbolic modes.Tavian Barnes2016-11-211-0/+0
| | | | Only things like -perm +777 are disallowed by GNU find.
* Fix -execdir for /Tavian Barnes2016-11-213-0/+3
|
* Fix -execdir for root paths with no slashes.Tavian Barnes2016-11-211-1/+1
|
* tests: Don't rely on the system 'find' for the expected output.Tavian Barnes2016-11-2187-0/+800
|
* Implement -ignore_readdir_race.Tavian Barnes2016-10-241-0/+10