diff options
author | Jakob Unterwurzacher | 2017-03-06 22:53:49 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-07 20:56:50 +0100 |
commit | f1244b6d06a4932e8a51adedf351ec83262c2db5 (patch) | |
tree | f746b80288d8e4f7cf7244d042b206085a0a9390 /tests/example_filesystems/example_filesystems_test.go | |
parent | 2362e67a9e5c6f1c96e987e8753eca295f283875 (diff) |
tests: recreate v1.3 example filesystem
The filesystem was created with a gocryptfs version that ignored
the HKDF flag (hence everything was actually encrypted WITHOUT hkdf).
Fix it by recreating it.
Diffstat (limited to 'tests/example_filesystems/example_filesystems_test.go')
-rw-r--r-- | tests/example_filesystems/example_filesystems_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example_filesystems/example_filesystems_test.go b/tests/example_filesystems/example_filesystems_test.go index f72e0b9..03ff411 100644 --- a/tests/example_filesystems/example_filesystems_test.go +++ b/tests/example_filesystems/example_filesystems_test.go @@ -245,7 +245,7 @@ func TestExampleFSv13(t *testing.T) { pDir = pDir + "_m" test_helpers.MountOrFatal(t, cDir, pDir, "-masterkey", - "40de3f45-7210f8aa-2d7fe885-604d2802-32a7d832-aa756e95-ff2e06bf-1802e456", + "fd890dab-86bf61cf-ec5ad460-ad3ed01f-9c52d546-2a31783d-a56b088d-3d05232e", opensslOpt) checkExampleFSLongnames(t, pDir) test_helpers.UnmountPanic(pDir) |