Skip to content

Commit

Permalink
wip: confirm the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Aug 16, 2023
1 parent c35b031 commit f22738e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sharness/t0140-swarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ test_launch_ipfs_daemon

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

0 comments on commit f22738e

Please sign in to comment.