fix slash issue on windows
This commit is contained in:
parent
1c7c53adbb
commit
e62979acfe
|
@ -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