Skip to content

Commit

Permalink
Upgrade double_install test to work on newer OSX
Browse files Browse the repository at this point in the history
Versions prior to v2.087.1 do not work on Mac OSX 10.15,
so upgrade the versions as they are inconsequential to the test.
  • Loading branch information
Geod24 committed Dec 29, 2020
1 parent d97cec8 commit 87408f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/t/double_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/../

priorDMD=$(dmd --version || echo "no dmd")

. $(./script/install.sh install dmd-2.082.1 -a)
. $(./script/install.sh install dmd-2.090.1 -a)
test "$(dmd --version | grep -oE '[^ ]+$' | head -n1 | tr -d '\r')" = "v2.082.1"

. $(./script/install.sh install dmd-2.083.1 -a)
. $(./script/install.sh install dmd-2.091.1 -a)
test "$(dmd --version | grep -oE '[^ ]+$' | head -n1 | tr -d '\r')" = "v2.083.1"

deactivate
Expand Down

0 comments on commit 87408f5

Please sign in to comment.