]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0071-sort.sh
The third batch
[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 'DEFINE_LIST_SORT_DEBUG' '
9 test-tool mergesort test
10 '
11
12 test_done