From f1244b6d06a4932e8a51adedf351ec83262c2db5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 6 Mar 2017 22:53:49 +0100 Subject: 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. --- tests/example_filesystems/example_filesystems_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/example_filesystems/example_filesystems_test.go') 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) -- cgit v1.2.3