mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Break the dep between fs and pgmconfig.
This commit is contained in:
@@ -389,7 +389,7 @@ func TestNewLoaderAtGitClone(t *testing.T) {
|
||||
fSys.MkdirAll(coRoot)
|
||||
fSys.MkdirAll(coRoot + "/" + pathInRepo)
|
||||
fSys.WriteFile(
|
||||
coRoot+"/"+pathInRepo+"/"+pgmconfig.KustomizationFileNames[0],
|
||||
coRoot+"/"+pathInRepo+"/"+pgmconfig.KustomizationFileName0,
|
||||
[]byte(`
|
||||
whatever
|
||||
`))
|
||||
|
||||
Reference in New Issue
Block a user