Skip to content

Commit 87408f5

Browse files
committed
Upgrade double_install test to work on newer OSX
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.
1 parent d97cec8 commit 87408f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/t/double_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/../
77

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

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

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

1616
deactivate

0 commit comments

Comments
 (0)