From b88e690fffdbd21acb500d4b5522593950658e70 Mon Sep 17 00:00:00 2001 From: Petar Maymounkov Date: Thu, 2 Jul 2020 07:24:41 -0700 Subject: [PATCH] ok --- test/sharness/t0027-rotate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sharness/t0027-rotate.sh b/test/sharness/t0027-rotate.sh index c7e8dbdd1c2a..e14ad3530d4d 100755 --- a/test/sharness/t0027-rotate.sh +++ b/test/sharness/t0027-rotate.sh @@ -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