diff options
Diffstat (limited to 't/t4110-apply-scan.sh')
-rwxr-xr-x | t/t4110-apply-scan.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t4110-apply-scan.sh b/t/t4110-apply-scan.sh index 09f58112e0..266302a182 100755 --- a/t/t4110-apply-scan.sh +++ b/t/t4110-apply-scan.sh @@ -7,6 +7,8 @@ test_description='git apply test for patches which require scanning forwards and backwards. ' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success 'git apply scan' ' |