fix: race of conditions in keystore test

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 25c3e126
......@@ -33,7 +33,8 @@ test_key_cmd() {
'
test_expect_success "key list -l contains self key with peerID" '
ipfs key list -l | grep "$(ipfs config Identity.PeerID) self"
PeerID="$(ipfs config Identity.PeerID)"
ipfs key list -l | grep "$PeerID self"
'
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论