summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
2016-12-20Implement -mnewerTavian Barnes
2016-12-20Support -[gu]id NAME like BSD findTavian Barnes
2016-12-18Implement BSD find's -depth NTavian Barnes
2016-12-18tests: Allow limiting the testsuite to POSIX, BSD, GNU, and bfs-specific feat...Tavian Barnes
2016-12-18tests.sh: Let the bfs binary be specified on the command lineTavian Barnes
2016-12-18Implement -regex, -iregex, and -regextype/-ETavian Barnes
2016-12-08tests: Fix failure when /tmp is a symlink.Tavian Barnes
2016-12-08tests: Don't use install -DTavian Barnes
2016-12-05tests: Don't check -size for directoriesTavian Barnes
2016-12-05tests: Don't check -links for directoriesTavian Barnes
2016-11-24Allow // to be different from /Tavian Barnes
2016-11-22tests: Make sure the temporary directory is owned by the current user/groupTavian Barnes
2016-11-22tests: Mkae LC_ALL=C apply to the whole pipeline when sorting.Tavian Barnes
2016-11-21Support -perm +MODE for symbolic modes.Tavian Barnes
2016-11-21Fix -execdir for /Tavian Barnes
2016-11-21tests: Don't rely on the system 'find' for the expected output.Tavian Barnes
2016-11-13Don't try to -delete the current directory.Tavian Barnes
2016-11-13bftw: Keep trailing slashes on the root in BFTW_DEPTH mode.Tavian Barnes
2016-11-13Redirect stdin from /dev/null for -ok and -okdir.Tavian Barnes
2016-10-29Implement -perm.Tavian Barnes
2016-10-24tests.sh: Give some feedback while running.Tavian Barnes
2016-10-24tests: Be more careful not to invoke remove-siblings.sh $scratch.Tavian Barnes
2016-10-24Implement -ignore_readdir_race.Tavian Barnes
2016-10-02parse: Ignore -- on the command line.Tavian Barnes
2016-06-09Allow flags like -L before ',' or ')' as pathnames.Tavian Barnes
2016-06-08Implement -fprint and -fprint0.Tavian Barnes
2016-06-08Treat '-', ')', and ',' as paths when possible.Tavian Barnes
2016-05-22Implement -{exec,ok}{,dir}.Tavian Barnes
2016-03-12Implement -size.Tavian Barnes
2016-02-27Implement (most of) -newerXY.Tavian Barnes
2016-02-27Fix -daystart to not round 0 upwards.Tavian Barnes
2016-02-14Implement -user and -group.Tavian Barnes
2016-02-14Implement -lname and -ilname.Tavian Barnes
2016-02-13Implement -iname and -ipath.Tavian Barnes
2016-02-13Fix -name handling when the root has trailing slashes.Tavian Barnes
2016-02-13Implement -xtype.Tavian Barnes
2016-02-13tests.sh: Don't re-create the same directory structures needlessly.Tavian Barnes
2016-02-10Implement -samefile.Tavian Barnes
2016-02-09Implement -L/-follow.Tavian Barnes
2016-02-06bftw: Don't give up when following a broken symlink.Tavian Barnes
2016-02-04Implement -P and -H.Tavian Barnes
2016-02-04Implement -links.Tavian Barnes
2016-02-04Implement -[ac]?newer.Tavian Barnes
2016-02-02Add -gid and -uid support.Tavian Barnes
2016-01-30Implement -empty.Tavian Barnes
2015-11-28Implement -executable, -readable, and -writable.Tavian Barnes
2015-11-27Implement -path.Tavian Barnes
2015-09-26Optimize -maxdepth in -depth mode.Tavian Barnes
2015-09-15tests.sh: Use a more portable mktemp form.Tavian Barnes
2015-09-15Fix -maxdepth handling when -depth is set.Tavian Barnes