Skip to content

Commit a116c95

Browse files
committed
ok
1 parent 1e343dd commit a116c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sharness/t0027-rotate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ test_launch_ipfs_daemon
4141
test_expect_success "publish name with new and old keys" '
4242
echo "hello world" > msg &&
4343
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)
44+
ipfs name publish --offline --allow-offline --key=self $(cat msg_hash) &&
45+
ipfs name publish --offline --allow-offline --key=oldkey $(cat msg_hash)
4646
'
4747

4848
test_kill_ipfs_daemon

0 commit comments

Comments
 (0)