Skip to content

Commit 4d4dc66

Browse files
committed
Merge branch 'sb/t9300-typofix'
* sb/t9300-typofix: t9300-fast-import: fix typo in test description
2 parents 60dfd84 + 634c42d commit 4d4dc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9300-fast-import.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ test_expect_success 'S: notemodify with garbage after sha1 dataref must fail' '
28662866
#
28672867
# notemodify, mark in commit-ish
28682868
#
2869-
test_expect_success 'S: notemodify with garbarge after mark commit-ish must fail' '
2869+
test_expect_success 'S: notemodify with garbage after mark commit-ish must fail' '
28702870
test_must_fail git fast-import --import-marks=marks <<-EOF 2>err &&
28712871
commit refs/heads/Snotes
28722872
committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE

0 commit comments

Comments
 (0)