We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35b031 commit f22738eCopy full SHA for f22738e
test/sharness/t0140-swarm.sh
@@ -101,6 +101,7 @@ test_launch_ipfs_daemon
101
102
test_expect_success "Addresses.NoAnnounce affects addresses from Announce and AppendAnnounce" '
103
ipfs swarm addrs local >actual &&
104
+ cat actual && # confirm the bug
105
test_should_not_contain "/ip4/1.2.3.4/tcp/1234" actual &&
106
test_should_not_contain "/ip4/10.20.30.40/tcp/4321" actual &&
107
ipfs id -f"<addrs>" | xargs -n1 echo >actual &&
0 commit comments