mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #27517 from njuCZ/fix_functions_tc
fix test case on windows
This commit is contained in:
commit
2b1dc1ef0d
@ -63,7 +63,7 @@ func TestFunctions(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
return cwd
|
return filepath.ToSlash(cwd)
|
||||||
})()),
|
})()),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user