diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-04-15 14:50:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-04-22 08:20:53 +0000 |
| commit | a1f848a8d9b8f4efdfdf9be47804ac0662ab6372 (patch) | |
| tree | f31ad97baae27ec4153481d28c841dac88a0e57a | |
| parent | e27255a7f9e45dab9935b916d759498a093e36e5 (diff) | |
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)
| -rwxr-xr-x | usr.bin/du/tests/du_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
