We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97cec8 commit 87408f5Copy full SHA for 87408f5
test/t/double_install.sh
@@ -7,10 +7,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/../
7
8
priorDMD=$(dmd --version || echo "no dmd")
9
10
-. $(./script/install.sh install dmd-2.082.1 -a)
+. $(./script/install.sh install dmd-2.090.1 -a)
11
test "$(dmd --version | grep -oE '[^ ]+$' | head -n1 | tr -d '\r')" = "v2.082.1"
12
13
-. $(./script/install.sh install dmd-2.083.1 -a)
+. $(./script/install.sh install dmd-2.091.1 -a)
14
test "$(dmd --version | grep -oE '[^ ]+$' | head -n1 | tr -d '\r')" = "v2.083.1"
15
16
deactivate
0 commit comments