提交 91a9b864 作者: Łukasz Magiera

fix t0086-repo-verify.sh on FreeBSD

License: MIT
Signed-off-by: 's avatarŁukasz Magiera <magik6k@gmail.com>
上级 ffcdb4ee
...@@ -12,7 +12,7 @@ test_init_ipfs ...@@ -12,7 +12,7 @@ test_init_ipfs
sort_rand() { sort_rand() {
case `uname` in case `uname` in
Linux) Linux|FreeBSD)
sort -R sort -R
;; ;;
Darwin) Darwin)
...@@ -32,7 +32,7 @@ check_random_corruption() { ...@@ -32,7 +32,7 @@ check_random_corruption() {
' '
test_expect_success "repo verify detects failure" ' test_expect_success "repo verify detects failure" '
test_expect_code 1 ipfs repo verify test_expect_code 1 ipfs repo verify
' '
test_expect_success "replace the object" ' test_expect_success "replace the object" '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论