Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
petar committed Jul 2, 2020
1 parent 5ce3942 commit e07c287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0027-rotate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ test_launch_ipfs_daemon
test_expect_success "publish name with new and old keys" '
echo "hello world" > msg &&
ipfs add msg | cut -d " " -f2 | tr -d "\n" > msg_hash &&
ipfs name publish --allow-offline --key=self $(cat msg_hash) &&
ipfs name publish --allow-offline --key=oldkey $(cat msg_hash)
ipfs name publish --offline --allow-offline --key=self $(cat msg_hash) &&
ipfs name publish --offline --allow-offline --key=oldkey $(cat msg_hash)
'

test_kill_ipfs_daemon
Expand Down

0 comments on commit e07c287

Please sign in to comment.