Skip to content

Commit f22738e

Browse files
committed
wip: confirm the bug
1 parent c35b031 commit f22738e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sharness/t0140-swarm.sh

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ test_launch_ipfs_daemon
101101

102102
test_expect_success "Addresses.NoAnnounce affects addresses from Announce and AppendAnnounce" '
103103
ipfs swarm addrs local >actual &&
104+
cat actual && # confirm the bug
104105
test_should_not_contain "/ip4/1.2.3.4/tcp/1234" actual &&
105106
test_should_not_contain "/ip4/10.20.30.40/tcp/4321" actual &&
106107
ipfs id -f"<addrs>" | xargs -n1 echo >actual &&

0 commit comments

Comments
 (0)