du: Fix t_flag test case

MFC after:	1 week
Fixes:		3e5550d25c ("du: Add regression tests")
Sponsored by:	Klara, Inc.
This commit is contained in:
Dag-Erling Smørgrav
2026-04-15 16:50:32 +02:00
parent 6c18dd3eb4
commit e99b3f5e31
+1 -1
View File
@@ -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"