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
convert: clarify line ending conversion warning
[git/debian.git]
/
t
/
t0071-sort.sh
blob
6f9a501c72b3a2520fd4d4734b45fe56a2a6d35e
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
'llist_mergesort()'
'
9
test-tool mergesort test
10
'
11
12
test_done