1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 17:36:38 +08:00

fix t0086-repo-verify.sh on FreeBSD

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2018-02-05 21:31:05 +01:00
parent ffcdb4eec9
commit 91a9b86442

View File

@ -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)