diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-05 16:21:22 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-05 16:23:53 +0000 |
| commit | 157d6664aeb815db3b758bd3038fd1512a0f4e2c (patch) | |
| tree | 89420011b4cc3db0f3ac43bbe25a136f08da4387 | |
| parent | c5ee920c3f35c5f0f485a7a274d87ebd91469892 (diff) | |
diff: Correctly declare tests
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")
| -rwxr-xr-x | usr.bin/diff/tests/diff_test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh index 0c8147c7ed18..6ca19a8f20cb 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() { |
