diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-29 12:36:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-29 12:36:13 -0700 |
commit | 4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787 (patch) | |
tree | fc552caa2f062940a1f942fb805e778e656756ed | |
parent | Merge branch 'rs/remote-simplify' (diff) | |
parent | t9300-fast-import: fix typo in test description (diff) | |
download | tgif-4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787.tar.xz |
Merge branch 'sb/t9300-typofix'
* sb/t9300-typofix:
t9300-fast-import: fix typo in test description
-rwxr-xr-x | t/t9300-fast-import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 8a054494bd..8df0445a84 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -2866,7 +2866,7 @@ test_expect_success 'S: notemodify with garbage after sha1 dataref must fail' ' # # notemodify, mark in commit-ish # -test_expect_success 'S: notemodify with garbarge after mark commit-ish must fail' ' +test_expect_success 'S: notemodify with garbage after mark commit-ish must fail' ' test_must_fail git fast-import --import-marks=marks <<-EOF 2>err && commit refs/heads/Snotes committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE |