Skip to content

Commit

Permalink
fix keystore tests for peer ID inlining patch
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <[email protected]>
  • Loading branch information
Stebalien committed Jun 1, 2018
1 parent 8ae94bd commit 9f5cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0165-keystore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test_key_cmd() {

test_expect_success "key list -l contains self key with peerID" '
PeerID="$(ipfs config Identity.PeerID)"
ipfs key list -l | grep "$PeerID self"
ipfs key list -l | grep "$PeerID\s\+self"
'

test_expect_success "key rm remove a key" '
Expand Down

0 comments on commit 9f5cd94

Please sign in to comment.