diff --git a/scripts/test.sh b/scripts/test.sh index a0a2895d48..daac078587 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -292,8 +292,6 @@ if test "$1" = "deps"; then ;; osx) brew update && \ - # workaround for issue #6352 - brew uninstall --force libtool && brew install libtool && \ brew install $DEPS ;; freebsd)