diff options
Diffstat (limited to 't/t4217-log-limit.sh')
-rwxr-xr-x | t/t4217-log-limit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4217-log-limit.sh b/t/t4217-log-limit.sh index 6e01e2629c..613f0710e9 100755 --- a/t/t4217-log-limit.sh +++ b/t/t4217-log-limit.sh @@ -2,6 +2,7 @@ test_description='git log with filter options limiting the output' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success 'setup test' ' |