Commit History

Author SHA1 Message Date
  Rob Landley eaf3949cb7 Fix @time.nanosecond parsing, and add test. 2 years ago
  Rob Landley cfa8d336db Fix -newerXY and add test. 2 years ago
  Rob Landley 4824756b7a Add -samefile, collate help text, cleanup, update tests. 2 years ago
  Rob Landley e3062c3bd3 Add find -quit 3 years ago
  Rob Landley 0e675d98f3 Fix find empty argument handling and add test. 3 years ago
  Rob Landley 0f2658c806 The non-recursive dirtree_path wasn't stripping a trailing / from initial path. 3 years ago
  Elliott Hughes 70a55cf954 find: support -type a,b,c. 3 years ago
  Elliott Hughes a22ac7d2ec find.test: add missing tests for "accidentally" fixed bug. 4 years ago
  Denys Nykula 0cc9d996ed Fix argless find segfault. 4 years ago
  Elliott Hughes 8a5e89bccf find: support -printf \0 octal escapes and \c. 4 years ago
  Elliott Hughes 3437f30ae9 find: fix -name corner case. 4 years ago
  Elliott Hughes f97f4e72e9 Fix find(1) after c26870dab346. 4 years ago
  Elliott Hughes 8762563eb0 find.test: allow any error message about symlink loops. 4 years ago
  Elliott Hughes 09ff0595ee find.test: fix flakiness. 4 years ago
  Elliott Hughes 99cfd03d85 find: fix dangling symlink behavior. 4 years ago
  Elliott Hughes 3eeda4f929 find: add -true/-false. 5 years ago
  Rob Landley a58d45a7d0 Teach find -printf about %.Ns patterns, tweak help text, add tests. 5 years ago
  Vidar Holen 44dd6dd652 find: fix inverted -exec exit status 5 years ago
  Rob Landley f2ac205b97 I've hit a test failure twice where find -newer didn't because the timestamps 5 years ago
  Elliott Hughes fbedc9dd74 find: fix -path/-ipath and add -wholename/-iwholename synonyms. 5 years ago
  Rob Landley 442c1853d1 Fix find bug reported by Tom Marshall, add test for it, and while we're at it 8 years ago
  Rob Landley 336c44adca Factor out command name at the start of test name, have runtest.sh print it. 8 years ago
  Josh Gao 2fd8d1a259 Fix segfault when `find -iname` gets no argument. 8 years ago
  Rob Landley 8b847943de Tweak to "find" tests. 8 years ago
  Gilad Arnold f49f291939 Enable matching any perm bits. 8 years ago
  Elliott Hughes 0f3d8ee513 Fix find -perm. 8 years ago
  Daniel K. Levy 59cd560200 Add find tests. 8 years ago
  Rob Landley edae0b07db Fix a find segfault. 8 years ago
  Rob Landley dec4669fa1 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) 9 years ago
  Rob Landley 387edf547e Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. 9 years ago