]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: remove hack around libtool on OSX fix/travis-bionic
authorVincent Bernat <vincent@bernat.ch>
Sun, 12 Jan 2020 21:15:41 +0000 (22:15 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 12 Jan 2020 21:15:41 +0000 (22:15 +0100)
tests/ci/install.sh

index 155dbbdf3d268acf79bc41da0adc8ac6cb1416e0..e7eaf3a1e4c7a88dbcef464a3802b2c4918ce273 100755 (executable)
@@ -5,9 +5,6 @@ set -e
 case "$(uname -s)" in
     Darwin)
         brew update
-        # Workaround a bug in Travis:
-        # https://github.com/Homebrew/legacy-homebrew/issues/43874
-        brew uninstall libtool
         brew install libtool libxml2 check
         ;;
     Linux)