fix keystore tests for peer ID inlining patch
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
May 17, 2018 at 21:36 UTC
916572f38d2d0fa48ef3cd7243029d442601e4d1
1 file changed
+1
-1
test/sharness/t0165-keystore.sh
+1
-1
@@ -34,7 +34,7 @@ test_key_cmd() {
34
35
test_expect_success "key list -l contains self key with peerID" '
36
PeerID="$(ipfs config Identity.PeerID)"
37
- ipfs key list -l | grep "$PeerID self"
37
+ ipfs key list -l | grep "$PeerID\s\+self"
38
'
39
40
test_expect_success "key rm remove a key" '