We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5918a commit 2deda00Copy full SHA for 2deda00
t/t6120-describe.sh
@@ -304,7 +304,7 @@ test_expect_success 'describe chokes on severely broken submodules' '
304
mv .git/modules/sub1/ .git/modules/sub_moved &&
305
test_must_fail git describe --dirty
306
'
307
-test_expect_success 'describe ignoring a borken submodule' '
+test_expect_success 'describe ignoring a broken submodule' '
308
git describe --broken >out &&
309
test_when_finished "mv .git/modules/sub_moved .git/modules/sub1" &&
310
grep broken out
0 commit comments