提交 b140c338 作者: Christian Couder 提交者: Juan Batiz-Benet

Adapt t0010 to output from ipfs2

The ouput from "ipfs help" changed in ipfs2.
With the change in this commit, this output change doesn't
prevent the test to pass.

Test t0010 now passes on my Linux machine.

License: MIT
Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 68f7b50b
...@@ -25,7 +25,8 @@ test_expect_success "ipfs help succeeds" ' ...@@ -25,7 +25,8 @@ test_expect_success "ipfs help succeeds" '
' '
test_expect_success "ipfs help output looks good" ' test_expect_success "ipfs help output looks good" '
cat help.txt | egrep "^Usage: +ipfs" cat help.txt | egrep -i "^Usage:" &&
cat help.txt | egrep "ipfs .* <command>"
' '
test_done test_done
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论