diff options
Diffstat (limited to 't/t5546-receive-limits.sh')
-rwxr-xr-x | t/t5546-receive-limits.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5546-receive-limits.sh b/t/t5546-receive-limits.sh index 0b0e987fdb..eed3c9d81a 100755 --- a/t/t5546-receive-limits.sh +++ b/t/t5546-receive-limits.sh @@ -1,6 +1,8 @@ #!/bin/sh test_description='check receive input limits' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh # Let's run tests with different unpack limits: 1 and 10000 |