repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A few more topics before -rc1
[alt-git.git]
/
t
/
t0071-sort.sh
blob
ba8ad1d1ca0adeee8f001450951ec782e1fc3d74
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