We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5940e commit 248e192Copy full SHA for 248e192
src/os/path_windows_test.go
@@ -54,7 +54,7 @@ func TestFixLongPath(t *testing.T) {
54
// isWine returns true if executing on wine (Wine Is Not an Emulator), which
55
// is compatible with windows but does not reproduce all its quirks.
56
func isWine() bool {
57
- return os.Getenv("WINEUSERNAME") != ""
+ return os.Getenv("WINECONFIGDIR") != ""
58
}
59
60
func TestMkdirAllExtendedLength(t *testing.T) {
0 commit comments