chainlint.sed: drop subshell-closing ">" annotation
[git/debian.git] / t / t0071-sort.sh
bloba8ab1748796be96865b1d167620c2059171e8ace
1 #!/bin/sh
3 test_description='verify sort functions'
5 . ./test-lib.sh
7 test_expect_success 'llist_mergesort()' '
8 test-tool mergesort test
11 test_done