git: 7cf7c711d979 - releng/14.4 - diff: Correctly declare tests

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Wed, 11 Feb 2026 06:15:38 UTC
The branch releng/14.4 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=7cf7c711d979fe06e58acade08e6b5e5f460e4c8

commit 7cf7c711d979fe06e58acade08e6b5e5f460e4c8
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-02-05 16:21:22 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-02-11 06:14:46 +0000

    diff: Correctly declare tests
    
    Approved by:    re (cperciva)
    Sponsored by:   Klara, Inc.
    Fixes:          5fc739eb5949 ("diff: Fix integer overflows in Stone algorithm")
    Fixes:          270492602b9b ("diff: Add test case for pagination resource leak")
    Fixes:          590126789c84 ("diff: Don't compare a file or directory to itself")
    
    (cherry picked from commit 157d6664aeb815db3b758bd3038fd1512a0f4e2c)
    (cherry picked from commit b8bcf04d6dd37308834ee258230082ae6875b1f3)
---
 usr.bin/diff/tests/diff_test.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh
index d28eeba9604d..fb6080ee6916 100755
--- a/usr.bin/diff/tests/diff_test.sh
+++ b/usr.bin/diff/tests/diff_test.sh
@@ -24,7 +24,10 @@ atf_test_case functionname
 atf_test_case noderef
 atf_test_case ignorecase
 atf_test_case dirloop
-atf_test_case verylong
+atf_test_case bigc
+atf_test_case bigu
+atf_test_case prleak
+atf_test_case same
 
 simple_body()
 {