mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
* find/pred.c (pred_used): Reverse the check for the delta between the atime and ctime of the file to accomodate to how pred_timewindow is working. Also return false if atime < ctime. Bug introduced in FINDUTILS_4_3_3-1 in commit a4718831e17. * tests/find/used.sh: Add test. * tests/local.mk (all_tests): Reference the test. * NEWS (Bug Fixes): Mention the fix. Reported by Martin Schulte in <https://lists.gnu.org/r/bug-findutils/2019-11/msg00010.html>