Merge pull request #27517 from njuCZ/fix_functions_tc

fix test case on windows
b-tf-builtin-provider-parser-fix
James Bardin 5 years ago committed by GitHub
commit 2b1dc1ef0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ func TestFunctions(t *testing.T) {
if err != nil {
panic(err)
}
return cwd
return filepath.ToSlash(cwd)
})()),
},
},

Loading…
Cancel
Save