libgocryptfs/tests/defaults
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
..
1980.tar.gz tests: add example tar 2016-10-19 22:32:21 +02:00
acl_test.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
ctlsock_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
diriv_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
main_test.go tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
performance_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00