git: 504b998defe7 - main - ObsoleteFiles: Follow awk test files move
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Aug 2022 03:34:15 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=504b998defe7305a1a70a2102f70b05e90761659 commit 504b998defe7305a1a70a2102f70b05e90761659 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-08-25 03:28:57 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-08-25 03:28:57 +0000 ObsoleteFiles: Follow awk test files move Fixes: 517e52b6c21ccff22c46df0dcd15c19baee3d86c Sponsored by: The FreeBSD Foundation --- ObsoleteFiles.inc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 66aa0c9c807d..68d832e8a507 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,32 @@ # xargs -n1 | sort | uniq -d; # done +# 20220825: awk tests moved to subdirs +OLD_FILES+=usr/tests/usr.bin/awk/awk_test +OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.in +OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.out +OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.in +OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.out +OLD_FILES+=usr/tests/usr.bin/awk/d_end1.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_end1.in +OLD_FILES+=usr/tests/usr.bin/awk/d_end1.out +OLD_FILES+=usr/tests/usr.bin/awk/d_end2.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_end2.in +OLD_FILES+=usr/tests/usr.bin/awk/d_end2.out +OLD_FILES+=usr/tests/usr.bin/awk/d_period.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_period.in +OLD_FILES+=usr/tests/usr.bin/awk/d_period.out +OLD_FILES+=usr/tests/usr.bin/awk/d_string1.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_string1.out +OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.in +OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.out +OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.awk +OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.in +OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.out + # 20220820: remove knlist_init_rw_reader() OLD_FILES+=usr/share/man/man9/knlist_init_rw_reader.9.gz