提交 6ad24f61 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #4035 from Stebalien/fix/mount-publish-test

sharness: fix the error message in the mount-publish test case
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论