We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18d6f8 + 1e4691b commit 7991075Copy full SHA for 7991075
pkg/azurefile/fake_mounter.go
@@ -74,7 +74,7 @@ func (f *fakeMounter) IsMountPoint(file string) (bool, error) {
74
// NewFakeMounter fake mounter
75
func NewFakeMounter() (*mount.SafeFormatAndMount, error) {
76
if runtime.GOOS == "windows" {
77
- return mounter.NewSafeMounter(false)
+ return mounter.NewSafeMounter(true)
78
}
79
return &mount.SafeFormatAndMount{
80
Interface: &fakeMounter{},
0 commit comments