mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
fix namesys pubsub sharness tests
We *expect* name resolution to fail as nothing has been published. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -26,9 +26,11 @@ test_expect_success 'check namesys pubsub state' '
|
|||||||
test_cmp expected state2
|
test_cmp expected state2
|
||||||
'
|
'
|
||||||
|
|
||||||
|
# These commands are *expected* to fail. We haven't published anything yet.
|
||||||
test_expect_success 'subscribe nodes to the publisher topic' '
|
test_expect_success 'subscribe nodes to the publisher topic' '
|
||||||
ipfsi 1 name resolve /ipns/$PEERID_0 &&
|
ipfsi 1 name resolve /ipns/$PEERID_0;
|
||||||
ipfsi 2 name resolve /ipns/$PEERID_0
|
ipfsi 2 name resolve /ipns/$PEERID_0;
|
||||||
|
true
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'check subscriptions' '
|
test_expect_success 'check subscriptions' '
|
||||||
|
Reference in New Issue
Block a user