提交 cc844ba3 作者: Steven Allen

sharness: fix the error message in the mount-publish test case

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 ba9435d8
...@@ -40,7 +40,7 @@ test_expect_success FUSE "'ipfs mount' output looks good" ' ...@@ -40,7 +40,7 @@ test_expect_success FUSE "'ipfs mount' output looks good" '
' '
test_expect_success "cannot publish after mounting /ipns" ' test_expect_success "cannot publish after mounting /ipns" '
echo "Error: You cannot manually publish while IPNS is mounted." >expected && echo "Error: cannot manually publish while IPNS is mounted" >expected &&
test_must_fail ipfsi 0 name publish '$HASH' 2>actual && test_must_fail ipfsi 0 name publish '$HASH' 2>actual &&
test_cmp expected actual test_cmp expected actual
' '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论