Raw
1 #!/bin/sh
2
3 test_description='verify sort functions'
4
5 . ./test-lib.sh
6
7 test_expect_success 'DEFINE_LIST_SORT_DEBUG' '
8 test-tool mergesort test
9 '
10
11 test_done