summaryrefslogtreecommitdiff
path: root/t/t0071-sort.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0071-sort.sh')
-rwxr-xr-xt/t0071-sort.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t0071-sort.sh b/t/t0071-sort.sh
index a8ab174..ba8ad1d 100755
--- a/t/t0071-sort.sh
+++ b/t/t0071-sort.sh
@@ -2,9 +2,10 @@
test_description='verify sort functions'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
-test_expect_success 'llist_mergesort()' '
+test_expect_success 'DEFINE_LIST_SORT_DEBUG' '
test-tool mergesort test
'