Skip to content

Commit

Permalink
t1510: fix typo in the comment of a test
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Jan 24, 2011
1 parent ea472c1 commit 6abbee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1510-repo-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ test_expect_success '#28: core.worktree and core.bare conflict (gitfile case)' '
grep "core.bare and core.worktree" message
'

# Case #29: GIT_WORK_TREE(+core.worktree) overries core.bare (gitfile case).
# Case #29: GIT_WORK_TREE(+core.worktree) overrides core.bare (gitfile case).
test_expect_success '#29: setup' '
setup_repo 29 non-existent gitfile true &&
mkdir -p 29/sub/sub 29/wt/sub
Expand Down

0 comments on commit 6abbee8

Please sign in to comment.