git: 6cfdd559a51d - stable/13 - diff: Correctly declare tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 15:37:48 UTC
The branch stable/13 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=6cfdd559a51d5fa4dd0590e00939922313232727
commit 6cfdd559a51d5fa4dd0590e00939922313232727
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-02-05 16:21:22 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-02-10 15:37:40 +0000
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")
(cherry picked from commit 157d6664aeb815db3b758bd3038fd1512a0f4e2c)
---
usr.bin/diff/tests/diff_test.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh
index 5e1c36d14ed2..4d9233da1b1e 100755
--- a/usr.bin/diff/tests/diff_test.sh
+++ b/usr.bin/diff/tests/diff_test.sh
@@ -22,6 +22,8 @@ atf_test_case binary
atf_test_case dirloop
atf_test_case bigc
atf_test_case bigu
+atf_test_case prleak
+atf_test_case same
simple_body()
{