opentofu/config
Emil Hessman a8db835a44 config/module: fix HgGetter test failures on Windows
HgGetter tests failed on windows/amd64 using Mercurial version 3.2.4:

--- FAIL: TestHgGetter (0.11s)
        get_hg_test.go:35: err: C:\Program Files\Mercurial\hg.exe exited with 255: abort: file:// URLs can only refer to localhost
--- FAIL: TestHgGetter_branch (0.11s)
        get_hg_test.go:62: err: C:\Program Files\Mercurial\hg.exe exited with 255: abort: file:// URLs can only refer to localhost
FAIL
FAIL    github.com/hashicorp/terraform/config/module    5.615s

This commit fixes the failures by adjusting the file:// URL to a form that
Mercurial expects.
2015-02-02 19:49:57 +01:00
..
lang config/lang: verify single quotes syntax error [GH-613] 2015-01-16 10:28:00 -08:00
module config/module: fix HgGetter test failures on Windows 2015-02-02 19:49:57 +01:00
test-fixtures config: understand provisioner blocks in JSON [GH-807] 2015-01-16 10:14:48 -08:00
append_test.go
append.go
config_string.go
config_test.go
config_tree.go
config.go
import_tree.go
interpolate_funcs_test.go
interpolate_funcs.go
interpolate_test.go
interpolate_walk_test.go
interpolate_walk.go
interpolate.go
lang.go
loader_hcl_test.go
loader_hcl.go config: understand provisioner blocks in JSON [GH-807] 2015-01-16 10:14:48 -08:00
loader_test.go config: understand provisioner blocks in JSON [GH-807] 2015-01-16 10:14:48 -08:00
loader.go
merge_test.go
merge.go
raw_config_test.go
raw_config.go