diff options
author | Jakob Unterwurzacher | 2016-06-04 15:20:22 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-04 15:24:42 +0200 |
commit | 4ee612b36ef9854512d92c08cc6b6e7b756d1b9a (patch) | |
tree | 01da95e46fa088f54fa74a907013d215cd1d3bd1 /integration_tests/example_filesystems_test.go | |
parent | 281bb8daf080d1b38a8079f5809232edc68aab0d (diff) |
tests: recreate v0.7 example filesystem with -scryptn=10
Speeds TestExampleFSv07 from 0.46 seconds to 0.07 seconds.
Diffstat (limited to 'integration_tests/example_filesystems_test.go')
-rw-r--r-- | integration_tests/example_filesystems_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_tests/example_filesystems_test.go b/integration_tests/example_filesystems_test.go index e3df950..6380109 100644 --- a/integration_tests/example_filesystems_test.go +++ b/integration_tests/example_filesystems_test.go @@ -170,8 +170,8 @@ func TestExampleFSv07(t *testing.T) { mount(cDir, pDir, "-extpass", "echo test") checkExampleFS(t, pDir) unmount(pDir) - mount(cDir, pDir, "-masterkey", "bee8d0c5-74ec49ff-24b8793d-91d488a9-"+ - "6117c58b-357eafaa-162ce3cf-8a061a28") + mount(cDir, pDir, "-masterkey", "ed7f6d83-40cce86c-0e7d79c2-a9438710-"+ + "575221bf-30a0eb60-2821fa8f-7f3123bf") checkExampleFS(t, pDir) unmount(pDir) err = os.Remove(pDir) |