Skip to content

Commit 33d56fa

Browse files
committed
i18n: .git file is not a human readable message (t5601)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cabdee2 commit 33d56fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5601-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ test_expect_success 'clone separate gitdir' '
197197
test -d realgitdir/refs
198198
'
199199

200-
test_expect_success C_LOCALE_OUTPUT 'clone separate gitdir: output' '
200+
test_expect_success 'clone separate gitdir: output' '
201201
echo "gitdir: `pwd`/realgitdir" >expected &&
202202
test_cmp expected dst/.git
203203
'

0 commit comments

Comments
 (0)