Move detach flags to platform specific
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
5
testutil/mount_linux.go
Normal file
5
testutil/mount_linux.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package testutil
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const umountflags int = unix.MNT_DETACH
|
Reference in New Issue
Block a user