repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'gc/use-repo-settings'
[git/debian.git]
/
t
/
t0071-sort.sh
blob
a8ab1748796be96865b1d167620c2059171e8ace
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