Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | OSX compat: replace fusermount calls with fuse-unmount.bash | Jakob Unterwurzacher | |
Mac OS X does not have fusermount and uses umount instead. The fuse-unmount.bash calls the appropriate command. | |||
2016-11-17 | tests: rename fsstress-loopback.bash to fsstress-gocryptfs.bash | Jakob Unterwurzacher | |
The primary use is testing gocryptfs, after all. | |||
2016-06-07 | tests: split example_filesystems into its own package | Jakob Unterwurzacher | |
Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package. |