summaryrefslogtreecommitdiffstats
path: root/t/t0071-sort.sh
blob: 2236a7e9563ab117876e52e6a6ca9b2d365cc525 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

test_description='verify sort functions'

. ./test-lib.sh

test_expect_success 'DEFINE_LIST_SORT_DEBUG' '
	test-tool mergesort test
'

test_done