The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=f72cfefae99befe47fefc4683cd6957edaaf0e86
commit f72cfefae99befe47fefc4683cd6957edaaf0e86 Author: Dimitry Andric <[email protected]> AuthorDate: 2026-07-12 14:15:29 +0000 Commit: Dimitry Andric <[email protected]> CommitDate: 2026-07-12 14:15:29 +0000 Add a few missed files to ObsoleteFiles.inc There were still some left-over files under usr/tests/gnu/usr.bin/diff, causing the directory to not be fully removed. Add these to OLD_FILES. Fixes: 134a4c78d070 --- ObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ce7ef62c0da9..79c59baf188d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -58,6 +58,10 @@ OLD_FILES+=usr/tests/sys/kern/sendfile_helper OLD_FILES+=usr/tests/gnu/Kyuafile OLD_FILES+=usr/tests/gnu/lib/Kyuafile OLD_DIRS+=usr/tests/gnu/lib +OLD_FILES+=usr/tests/gnu/usr.bin/diff/d_mallocv1.in +OLD_FILES+=usr/tests/gnu/usr.bin/diff/d_mallocv2.in +OLD_FILES+=usr/tests/gnu/usr.bin/diff/diff_test +OLD_FILES+=usr/tests/gnu/usr.bin/diff/Kyuafile OLD_DIRS+=usr/tests/gnu/usr.bin/diff OLD_FILES+=usr/tests/gnu/usr.bin/Kyuafile OLD_DIRS+=usr/tests/gnu/usr.bin
