Skip to content

Commit b7340bd

Browse files
authored
Merge pull request #5882 from arthurbdiniz/set-git-messages-to-english-for-TestRemoteLoad_LocalProtocol
Set Git messages to English for TestRemoteLoad_LocalProtocol
2 parents 367ebb6 + e683487 commit b7340bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/krusty/remoteloader_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ resources:
282282
},
283283
}
284284

285+
t.Setenv("LC_ALL", "C")
286+
285287
for _, test := range tests {
286288
t.Run(test.name, func(t *testing.T) {
287289
if test.skip {

0 commit comments

Comments
 (0)