summaryrefslogtreecommitdiffstats
path: root/tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Implement -user and -group.Tavian Barnes2016-02-141-1/+17
|
* Implement -lname and -ilname.Tavian Barnes2016-02-141-1/+17
|
* Implement -iname and -ipath.Tavian Barnes2016-02-131-1/+9
|
* Fix -name handling when the root has trailing slashes.Tavian Barnes2016-02-131-1/+17
|
* Implement -xtype.Tavian Barnes2016-02-131-1/+17
|
* tests.sh: Don't re-create the same directory structures needlessly.Tavian Barnes2016-02-131-69/+56
|
* Implement -samefile.Tavian Barnes2016-02-101-1/+6
|
* Implement -L/-follow.Tavian Barnes2016-02-091-6/+21
|
* bftw: Don't give up when following a broken symlink.Tavian Barnes2016-02-061-1/+7
|
* Implement -P and -H.Tavian Barnes2016-02-041-1/+19
|
* Implement -links.Tavian Barnes2016-02-041-1/+17
|
* Implement -[ac]?newer.Tavian Barnes2016-02-041-1/+11
|
* Add -gid and -uid support.Tavian Barnes2016-02-021-1/+15
|
* Implement -empty.Tavian Barnes2016-01-301-1/+6
|
* Implement -executable, -readable, and -writable.Tavian Barnes2015-11-281-1/+26
|
* Implement -path.Tavian Barnes2015-11-271-1/+14
|
* Optimize -maxdepth in -depth mode.Tavian Barnes2015-09-261-1/+11
|
* tests.sh: Use a more portable mktemp form.Tavian Barnes2015-09-151-1/+1
|
* Fix -maxdepth handling when -depth is set.Tavian Barnes2015-09-151-2/+14
| | | | Lost some data due to this bug :(.
* Add a basic test suite.Tavian Barnes2015-09-151-0/+58