git: 4f9fbde5ee94 - main - ObsoleteFiles.inc: add the awk tests I just remvoed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Mar 2024 06:04:54 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4f9fbde5ee9478e5e48030e38e824440e34e2692 commit 4f9fbde5ee9478e5e48030e38e824440e34e2692 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-03-08 06:03:41 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-03-08 06:03:41 +0000 ObsoleteFiles.inc: add the awk tests I just remvoed These files were bogusly added when I imported awk 2nd edition. Sponsored by: Netflix --- ObsoleteFiles.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 7aa9cc4f036a..ed8a6b9bb1b2 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,14 @@ # xargs -n1 | sort | uniq -d; # done +# 20240307: Improperly installed awk tests removed +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/missing-precision.ok +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/negative-nf.ok +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/pfile-overflow.ok +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/system-status.awk +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/system-status.bad +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/system-status.ok +OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/system-status.ok2 # 20240211: caroot bundle updated OLD_FILES+=usr/share/certs/trusted/Security_Communication_Root_CA.pem