Skip to content

Commit

Permalink
fix t0086-repo-verify.sh on FreeBSD
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <[email protected]>
  • Loading branch information
magik6k committed Feb 5, 2018
1 parent ffcdb4e commit 905e05c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sharness/t0086-repo-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ sort_rand() {
Linux)
sort -R
;;
FreeBSD)
sort -R
;;
Darwin)
ruby -e 'puts STDIN.readlines.shuffle'
;;
Expand Down

0 comments on commit 905e05c

Please sign in to comment.