aboutsummaryrefslogtreecommitdiff
path: root/cryptfs/config_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-10 19:38:02 +0100
committerJakob Unterwurzacher2015-12-10 19:38:02 +0100
commitb4b9072cc2cb55f177909d4c497f25c3fd1abaf5 (patch)
tree4da49f75c8c6f5426b8f1b624385e4016b2b19db /cryptfs/config_test.go
parentccf6d00728a8cb107ae2a829f89e7e234e468efb (diff)
Simplify CreateConfFile: do not allow specification of EMENames
Diffstat (limited to 'cryptfs/config_test.go')
-rw-r--r--cryptfs/config_test.go2
1 files changed, 1 insertions, 1 deletions
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)
}