diff options
Diffstat (limited to 't/t0071-sort.sh')
-rwxr-xr-x | t/t0071-sort.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/t0071-sort.sh b/t/t0071-sort.sh new file mode 100755 index 0000000000..a8ab174879 --- /dev/null +++ b/t/t0071-sort.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +test_description='verify sort functions' + +. ./test-lib.sh + +test_expect_success 'llist_mergesort()' ' + test-tool mergesort test +' + +test_done |