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@xxxxxxxxx> --- t/t7300-clean.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0.697.g9b33b46f29