summaryrefslogtreecommitdiff
path: root/t/t2406-worktree-repair.sh
blob: cc679e1a21cbadc1b26f982681f04f7c9d269db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

test_description='test git worktree repair'

. ./test-lib.sh

test_expect_success setup '
	test_commit init
'

test_done