aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 26bf1b901..1d94b9bf0 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -124,6 +124,8 @@ if test "$1" = "deps"; then
;;
osx)
brew update && \
+ # workaround for issue #6352
+ brew uninstall --force libtool && brew install libtool && \
brew install $DEPS
;;
esac