Use low-security scrypt KDF parameters for testing

This commit is contained in:
Alexander Neumann
2016-08-21 13:42:04 +02:00
parent 8e24c51233
commit a3492d69dd
3 changed files with 21 additions and 1 deletions
+2
View File
@@ -40,6 +40,8 @@ func parseIDsFromReader(t testing.TB, rd io.Reader) backend.IDs {
}
func cmdInit(t testing.TB, global GlobalOptions) {
repository.TestUseLowSecurityKDFParameters(t)
cmd := &CmdInit{global: &global}
OK(t, cmd.Execute(nil))