提交 0c56ac10 作者: Kejie Zhang

update rabin min error test

License: MIT
Signed-off-by: 's avatarKejie Zhang <601172892@qq.com>
上级 bc2e325e
...@@ -157,11 +157,11 @@ test_add_cat_file() { ...@@ -157,11 +157,11 @@ test_add_cat_file() {
' '
test_expect_success "ipfs add --chunker rabin-36-512-1024 succeeds" ' test_expect_success "ipfs add --chunker rabin-36-512-1024 succeeds" '
ipfs add --chunker rabin-36-512-1024 mountdir/hello.txt >actual ipfs add -Q --chunker rabin-36-512-1024 mountdir/hello.txt
' '
test_expect_failure "ipfs add --chunker rabin-12-512-1024 failed" ' test_expect_code 127 "ipfs add --chunker rabin-12-512-1024 failed" '
ipfs add --chunker rabin-12-512-1024 mountdir/hello.txt >actual ipfs add -Q --chunker rabin-12-512-1024 mountdir/hello.txt
' '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论