Commit Graph

10 Commits (master)

Author SHA1 Message Date
Michael Stapelberg e78223ecee Remove TestNonEmptyMountPoint; libfuse3 allows non-empty mountpoints
See also:
0bef21e854
2021-06-05 23:14:29 +02:00
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
2020-01-28 10:10:08 +01:00
Michael Stapelberg 90d933551c fix formatting directives (to pass go test) 2019-09-16 18:28:45 +02:00
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
Aaron Jacobs 3da7af8c88 Restore TestNonEmptyMountPoint for Linux.
I had forgotten that we explicitly handle the "mount point doesn't
exist" case, so that wasn't tickling what I had hoped in fusermount.
2016-02-29 13:44:02 +11:00
Aaron Jacobs 035636830f Switch to a test that can pass on OS X, too.
It appears osxfuse is happy to mount over a non-empty directory.
2016-02-29 13:41:38 +11:00
Aaron Jacobs 8b7833ba01 TestNonEmptyMountPoint: clean up in the event of a successful mount. 2016-02-29 13:40:25 +11:00
Aaron Jacobs 38175a2e8b Fix minimalFS on OS X. 2016-02-29 13:38:01 +11:00
Aaron Jacobs 3d61726401 TestNonEmptyMountPoint 2016-02-29 02:36:18 +00:00
Aaron Jacobs 45795d4717 TestSuccessfulMount 2016-02-29 02:34:31 +00:00