diff options
Diffstat (limited to 't/t0065-strcmp-offset.sh')
-rwxr-xr-x | t/t0065-strcmp-offset.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0065-strcmp-offset.sh b/t/t0065-strcmp-offset.sh index 91fa639c4a..94e34c83ed 100755 --- a/t/t0065-strcmp-offset.sh +++ b/t/t0065-strcmp-offset.sh @@ -2,6 +2,7 @@ test_description='Test strcmp_offset functionality' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh while read s1 s2 expect |