diff options
author | Stefan Beller <sbeller@google.com> | 2017-11-02 12:41:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-03 23:12:06 +0900 |
commit | 2deda00707f8278382d64c696d75f33cc16e1233 (patch) | |
tree | 6e9366e39d8b8edb21a40a244a4dfb4200de9ff9 /t/t6120-describe.sh | |
parent | cb5918aa0d50f50e83787f65c2ddc3dcb10159fe (diff) | |
download | git-2deda00707f8278382d64c696d75f33cc16e1233.tar.gz |
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/t6120-describe.sh')
-rwxr-xr-x | t/t6120-describe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index 1c0e8659d9..c8b7ed82d9 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 |