]> git.ipfire.org Git - thirdparty/git.git/blame - t/t0071-sort.sh
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / t0071-sort.sh
CommitLineData
e031e971
RS
1#!/bin/sh
2
3test_description='verify sort functions'
4
e22ad35e 5TEST_PASSES_SANITIZE_LEAK=true
e031e971
RS
6. ./test-lib.sh
7
f00a0398 8test_expect_success 'DEFINE_LIST_SORT_DEBUG' '
e031e971
RS
9 test-tool mergesort test
10'
11
12test_done