Change #265400
| Category | gcoreutils |
| Changed by | Pádraig Brady <P@draigBrady.com> |
| Changed at | Fri 24 Apr 2026 15:20:42 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | b2c42240481add139d6fc89947a86ae8d7a83cb5 |
Comments
tests: tail: avoid a rare false failure I noticed a single failure on cfarm29 (Linux 6.12 ppc64le), where the output was missing: -tail: directory containing watched file was removed -tail: inotify cannot be used, reverting to polling -tail: 'dir/file' has appeared; following new file * tests/tail/inotify-dir-recreate.sh: Leverage the new tail --debug output to sync to a point where we know the inotify watches are in place. Also normalize the file argument quoting a bit.
Changed files
- tests/tail/inotify-dir-recreate.sh