libgocryptfs/tests/plaintextnames
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
..
file_holes_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
plaintextnames_test.go tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00