diff options
Diffstat (limited to 't/t4152-am-subjects.sh')
-rwxr-xr-x | t/t4152-am-subjects.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t4152-am-subjects.sh b/t/t4152-am-subjects.sh index 4c68245aca..9f2edba1f8 100755 --- a/t/t4152-am-subjects.sh +++ b/t/t4152-am-subjects.sh @@ -1,6 +1,8 @@ #!/bin/sh test_description='test subject preservation with format-patch | am' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh make_patches() { |