fix: race of conditions in keystore test

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment