We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 695e59c + bad6c7e commit da7f3ceCopy full SHA for da7f3ce
staging/src/k8s.io/kubectl/pkg/cmd/diff/diff_test.go
@@ -64,6 +64,7 @@ func TestDiffProgram(t *testing.T) {
64
externalDiffCommands := [3]string{"diff", "diff -ruN", "diff --report-identical-files"}
65
66
t.Setenv("LANG", "C")
67
+ t.Setenv("LANGUAGE", "en_US")
68
69
for i, c := range externalDiffCommands {
70
t.Setenv("KUBECTL_EXTERNAL_DIFF", c)
0 commit comments