aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-11-02 12:41:42 -0700
committerJunio C Hamano <gitster@pobox.com>2017-11-03 23:12:06 +0900
commit2deda00707f8278382d64c696d75f33cc16e1233 (patch)
tree6e9366e39d8b8edb21a40a244a4dfb4200de9ff9 /t
parentcb5918aa0d50f50e83787f65c2ddc3dcb10159fe (diff)
downloadgit-2deda00707f8278382d64c696d75f33cc16e1233.tar.gz
git-2deda00707f8278382d64c696d75f33cc16e1233.tar.xz
t6120: fix typo in test name
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t6120-describe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh
index 1c0e8659d..c8b7ed82d 100755
--- a/t/t6120-describe.sh
+++ b/t/t6120-describe.sh
@@ -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