Commit 91a9b864 authored by Łukasz Magiera's avatar Łukasz Magiera

fix t0086-repo-verify.sh on FreeBSD

License: MIT
Signed-off-by: default avatarŁukasz Magiera <magik6k@gmail.com>
parent ffcdb4ee
......@@ -12,7 +12,7 @@ test_init_ipfs
sort_rand() {
case `uname` in
Linux)
Linux|FreeBSD)
sort -R
;;
Darwin)
......@@ -32,7 +32,7 @@ check_random_corruption() {
'
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" '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment