aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/example_filesystems_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-06 14:27:27 +0100
committerJakob Unterwurzacher2015-12-06 14:41:51 +0100
commit37c67393e64bd5ba26d92d15405a57418899a85d (patch)
tree120db9fef81264bf2a86e4e471f74b9e02f9bb4b /integration_tests/example_filesystems_test.go
parent71b94828edb00d3a86bbe366f49295d81f91c28c (diff)
tests: recreate v0.5 example filesystems with -scryptn=10
Cuts the mount time in half, from 0.788s to 0.321s.
Diffstat (limited to 'integration_tests/example_filesystems_test.go')
-rw-r--r--integration_tests/example_filesystems_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_tests/example_filesystems_test.go b/integration_tests/example_filesystems_test.go
index c74e383..8081feb 100644
--- a/integration_tests/example_filesystems_test.go
+++ b/integration_tests/example_filesystems_test.go
@@ -78,8 +78,8 @@ func TestExampleFsV05(t *testing.T) {
mount(cDir, pDir, "-extpass", "echo test")
checkExampleContent(t, pDir)
unmount(pDir)
- mount(cDir, pDir, "-masterkey", "e7f38c71-0da80f68-d3b2cd7d-ee4f49e5-"+
- "f8bc98cd-d7976950-85204c54-3081b302")
+ mount(cDir, pDir, "-masterkey", "199eae55-36bff4af-83b9a3a2-4fa16f65-"+
+ "1549ccdb-2d08d1f0-b1b26965-1b61f896")
checkExampleContent(t, pDir)
unmount(pDir)
err = os.Remove(pDir)