git: a1f848a8d9b8 - stable/14 - du: Fix t_flag test case
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 08:21:10 UTC
The branch stable/14 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=a1f848a8d9b8f4efdfdf9be47804ac0662ab6372
commit a1f848a8d9b8f4efdfdf9be47804ac0662ab6372
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-04-15 14:50:32 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-04-22 08:20:53 +0000
du: Fix t_flag test case
MFC after: 1 week
Fixes: 3e5550d25c6d ("du: Add regression tests")
Sponsored by: Klara, Inc.
(cherry picked from commit e99b3f5e318626b45510e29993aabca1d161bfa0)
---
usr.bin/du/tests/du_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/du/tests/du_test.sh b/usr.bin/du/tests/du_test.sh
index 27076be8dc3e..b60433da7dc0 100755
--- a/usr.bin/du/tests/du_test.sh
+++ b/usr.bin/du/tests/du_test.sh
@@ -276,7 +276,7 @@ si_flag_body()
atf_check -o inline:'1.5M\tA\n1.6M\tB\n' du -A --si A B
}
-atf_add_test_case t_flag
+atf_test_case t_flag
t_flag_head()
{
atf_set "descr" "Verify -t output"