diff --git a/lang/functions_test.go b/lang/functions_test.go index 8f3950eb4..f893bb9ab 100644 --- a/lang/functions_test.go +++ b/lang/functions_test.go @@ -63,7 +63,7 @@ func TestFunctions(t *testing.T) { if err != nil { panic(err) } - return cwd + return filepath.ToSlash(cwd) })()), }, },