We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e343dd commit a116c95Copy full SHA for a116c95
test/sharness/t0027-rotate.sh
@@ -41,8 +41,8 @@ test_launch_ipfs_daemon
41
test_expect_success "publish name with new and old keys" '
42
echo "hello world" > msg &&
43
ipfs add msg | cut -d " " -f2 | tr -d "\n" > msg_hash &&
44
-ipfs name publish --allow-offline --key=self $(cat msg_hash) &&
45
-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)
46
'
47
48
test_kill_ipfs_daemon
0 commit comments