libgocryptfs/tests/sharedstorage
Jakob Unterwurzacher 7d60315cd5 tests: convert Creat() calls to Open()
Creat() is equivalent to Open(..., O_CREAT|O_WRONLY|O_TRUNC, ...)
and MacOS does not have syscall.Creat().

https://github.com/rfjakob/gocryptfs/issues/623
2021-12-08 18:49:21 +01:00
..
sharedstorage_test.go tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00