blob: 2236a7e9563ab117876e52e6a6ca9b2d365cc525 [file] [log] [blame]
#!/bin/sh
test_description='verify sort functions'
. ./test-lib.sh
test_expect_success 'DEFINE_LIST_SORT_DEBUG' '
test-tool mergesort test
'
test_done