]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0071-sort.sh
branch.c: simplify advice-and-die sequence
[thirdparty/git.git] / t / t0071-sort.sh
1 #!/bin/sh
2
3 test_description='verify sort functions'
4
5 . ./test-lib.sh
6
7 test_expect_success 'llist_mergesort()' '
8 test-tool mergesort test
9 '
10
11 test_done