mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Make filesys walk work.
This commit is contained in:
@@ -37,7 +37,7 @@ func TestCreateNoArgs(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateWithResources(t *testing.T) {
|
||||
fSys := filesys.MakeFsInMemory()
|
||||
fSys := filesys.MakeEmptyDirInMemory()
|
||||
fSys.WriteFile("foo.yaml", []byte(""))
|
||||
fSys.WriteFile("bar.yaml", []byte(""))
|
||||
opts := createFlags{resources: "foo.yaml,bar.yaml"}
|
||||
|
||||
Reference in New Issue
Block a user