aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0015-hash.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0015-hash.sh')
-rwxr-xr-xt/t0015-hash.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t0015-hash.sh b/t/t0015-hash.sh
index 086822fc45..0a087a1983 100755
--- a/t/t0015-hash.sh
+++ b/t/t0015-hash.sh
@@ -1,8 +1,9 @@
#!/bin/sh
test_description='test basic hash implementation'
-. ./test-lib.sh
+TEST_PASSES_SANITIZE_LEAK=true
+. ./test-lib.sh
test_expect_success 'test basic SHA-1 hash values' '
test-tool sha1 </dev/null >actual &&