]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0071-sort.sh
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / t0071-sort.sh
1 #!/bin/sh
2
3 test_description='verify sort functions'
4
5 TEST_PASSES_SANITIZE_LEAK=true
6 . ./test-lib.sh
7
8 test_expect_success 'llist_mergesort()' '
9 test-tool mergesort test
10 '
11
12 test_done