Skip to content

Commit 0c1bd22

Browse files
authored
cmd/geth: make test pass on a pi4 by using lightkdf (#24314)
1 parent 64c53ed commit 0c1bd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/accountcmd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func importAccountWithExpect(t *testing.T, key string, expected string) {
120120
if err := ioutil.WriteFile(passwordFile, []byte("foobar"), 0600); err != nil {
121121
t.Error(err)
122122
}
123-
geth := runGeth(t, "account", "import", keyfile, "-password", passwordFile)
123+
geth := runGeth(t, "--lightkdf", "account", "import", keyfile, "-password", passwordFile)
124124
defer geth.ExpectExit()
125125
geth.Expect(expected)
126126
}

0 commit comments

Comments
 (0)