mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
transport: mark more tests leak-free
After fixing a transport leak, a few more tests have become leak-free. Mark them as such. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
448d51d549
commit
6ce8ffe30e
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
test_description='test disabling of remote-helper paths in clone/fetch'
|
||||
|
||||
TEST_PASSES_SANITIZE_LEAK=true
|
||||
. ./test-lib.sh
|
||||
. "$TEST_DIRECTORY/lib-proto-disable.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user