mirror of
https://github.com/git/git.git
synced 2024-11-30 21:44:02 +08:00
t6120: fix typo in test name
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cb5918aa0d
commit
2deda00707
@ -304,7 +304,7 @@ test_expect_success 'describe chokes on severely broken submodules' '
|
||||
mv .git/modules/sub1/ .git/modules/sub_moved &&
|
||||
test_must_fail git describe --dirty
|
||||
'
|
||||
test_expect_success 'describe ignoring a borken submodule' '
|
||||
test_expect_success 'describe ignoring a broken submodule' '
|
||||
git describe --broken >out &&
|
||||
test_when_finished "mv .git/modules/sub_moved .git/modules/sub1" &&
|
||||
grep broken out
|
||||
|
Loading…
Reference in New Issue
Block a user