libgocryptfs/tests/integration_tests
Jakob Unterwurzacher 5da292828c fusefrontend: fix chown on dangling symlinks
We (actually, go-fuse) used to call Chown() instead of Lchown()
which meant that the operation would fail on dangling symlinks.

Fix this by calling os.Lchown() ourself. Also add a test case
for this.
2016-06-08 00:32:44 +02:00
..
cli_test.go tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
main_test.go fusefrontend: fix chown on dangling symlinks 2016-06-08 00:32:44 +02:00
performance_test.go tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00