diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-26 18:44:43 +0200 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-26 18:44:43 +0200 |
| commit | b26f93a4650339ceb319fe772faaca7389110113 (patch) | |
| tree | 93b599471737a0b4ca4c39d25f14e76e85bbd9e3 /ObsoleteFiles.inc | |
| parent | a7fa987abe1fb0b25a7dd83dc81f14f64a82efc9 (diff) | |
xargs: Convert tests to ATF
Also add license and copyright statement, with permission from the
original author.
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D51537
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 00f889804013..8fbba3964832 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,8 +51,10 @@ # xargs -n1 | sort | uniq -d; # done -# 20250726: Test case renamed +# 20250726: xargs tests rewritten +OLD_FILES+=usr/tests/usr.bin/xargs/legacy_test OLD_FILES+=usr/tests/usr.bin/xargs/regress.n2147483647.out +OLD_FILES+=usr/tests/usr.bin/xargs/regress.sh # 20250726: This file is now installed in /etc/dma OLD_FILES+=usr/share/examples/dma/auth.conf |
