@cryptotaxi247 / kubo / commits / 91a9b8644

fix t0086-repo-verify.sh on FreeBSD

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed Feb 5, 2018 at 21:31 UTC 91a9b8644206181db164d604aeddf693690eaaf5
1 file changed +2 -2
test/sharness/t0086-repo-verify.sh
+2 -2
@@ -12,7 +12,7 @@ test_init_ipfs
12
13 sort_rand() {
14 case `uname` in
15 - Linux)
15 + Linux|FreeBSD)
16 sort -R
17 ;;
18 Darwin)
@@ -32,7 +32,7 @@ check_random_corruption() {
32 '
33
34 test_expect_success "repo verify detects failure" '
35 - test_expect_code 1 ipfs repo verify
35 + test_expect_code 1 ipfs repo verify
36 '
37
38 test_expect_success "replace the object" '