libgocryptfs/tests
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
..
cli tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
defaults tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
deterministic_names go mod: declare module version v2 2021-08-23 15:05:15 +02:00
example_filesystems tests/example_filesystems: add v2.2-xchacha-deterministic-names 2021-08-24 13:53:50 +02:00
fsck go mod: declare module version v2 2021-08-23 15:05:15 +02:00
hkdf_sanity go mod: declare module version v2 2021-08-23 15:05:15 +02:00
matrix tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
plaintextnames tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
reverse shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
root_test tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
sharedstorage tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
stress_tests *: trim trailing whitespace 2021-09-01 10:22:01 +02:00
symlink_race golangci-lint: fix issues found by "unused" and "deadcode" 2021-08-19 08:34:49 +02:00
test_helpers go mod: declare module version v2 2021-08-23 15:05:15 +02:00
xattr go mod: declare module version v2 2021-08-23 15:05:15 +02:00
canonical-benchmarks.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
dl-linux-tarball.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
fuse-unmount.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
len2elen.sh shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
sshfs-benchmark.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00