diff mbox series

[4/4] t7300: mark as leak-free

Message ID 7f759a5a-ae25-4f2b-a38e-4d0d786ca3bc@gmail.com (mailing list archive)
State New
Headers show
Series fix a leak with excludes_file | expand

Commit Message

Rubén Justo April 6, 2024, 2:32 p.m. UTC
Since the previous commit this test does not leak.

Mark it with TEST_PASSES_SANITIZE_LEAK=true so to make the leak
checkers happy.

Signed-off-by: Rubén Justo <rjusto@gmail.com>
---
 t/t7300-clean.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index 1f7201eb60..0aae0dee67 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -5,6 +5,7 @@ 
 
 test_description='git clean basic tests'
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
 git config clean.requireForce no