git: e99b3f5e3186 - main - du: Fix t_flag test case
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Apr 2026 14:51:34 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=e99b3f5e318626b45510e29993aabca1d161bfa0
commit e99b3f5e318626b45510e29993aabca1d161bfa0
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-15 14:50:32 +0000
du: Fix t_flag test case
MFC after: 1 week
Fixes: 3e5550d25c6d ("du: Add regression tests")
Sponsored by: Klara, Inc.
---
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 dec01245fbad..58ff1c3ecbd8 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"