Skip to content

Commit

Permalink
Fix tests with SAME_PROCESS_MOUNT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Jun 22, 2023
1 parent 6664103 commit 078dae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/goofys_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (s *GoofysTest) mountCommon(t *C, mountPoint string, sameProc bool) {
t.Assert(err, IsNil)

} else {
s.fs.flags.MountPoint = mountPoint
s.mfs, err = mountFuseFS(s.fs)
t.Assert(err, IsNil)
}
Expand Down

0 comments on commit 078dae4

Please sign in to comment.