diff --git a/cephfs/path_test.go b/cephfs/path_test.go index c1dfefe..9aae10c 100644 --- a/cephfs/path_test.go +++ b/cephfs/path_test.go @@ -222,6 +222,7 @@ func TestSymlink(t *testing.T) { }) t.Run("symlinkExistsError", func(t *testing.T) { + useMount(t) fname1 := "TestFile1.txt" f1, err := mount.Open(fname1, os.O_RDWR|os.O_CREATE, 0666) assert.NoError(t, err)