Skip to content

Commit

Permalink
i18n: .git file is not a human readable message (t5601)
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Apr 13, 2011
1 parent cabdee2 commit 33d56fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5601-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ test_expect_success 'clone separate gitdir' '
test -d realgitdir/refs
'

test_expect_success C_LOCALE_OUTPUT 'clone separate gitdir: output' '
test_expect_success 'clone separate gitdir: output' '
echo "gitdir: `pwd`/realgitdir" >expected &&
test_cmp expected dst/.git
'
Expand Down

0 comments on commit 33d56fa

Please sign in to comment.