From 91a9b8644206181db164d604aeddf693690eaaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Mon, 5 Feb 2018 21:31:05 +0100 Subject: [PATCH] fix t0086-repo-verify.sh on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- test/sharness/t0086-repo-verify.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sharness/t0086-repo-verify.sh b/test/sharness/t0086-repo-verify.sh index f106b7f1c..dbfe2be78 100755 --- a/test/sharness/t0086-repo-verify.sh +++ b/test/sharness/t0086-repo-verify.sh @@ -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" '