From b4b9072cc2cb55f177909d4c497f25c3fd1abaf5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 10 Dec 2015 19:38:02 +0100 Subject: Simplify CreateConfFile: do not allow specification of EMENames --- cryptfs/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptfs/config_test.go') diff --git a/cryptfs/config_test.go b/cryptfs/config_test.go index 01c0d71..817e6ae 100644 --- a/cryptfs/config_test.go +++ b/cryptfs/config_test.go @@ -59,7 +59,7 @@ func TestLoadV2StrangeFeature(t *testing.T) { } func TestCreateConfFile(t *testing.T) { - err := CreateConfFile("config_test/tmp.conf", "test", false, 10, true) + err := CreateConfFile("config_test/tmp.conf", "test", false, 10) if err != nil { t.Fatal(err) } -- cgit v1.2.3