This commit is contained in:
2023-10-11 08:00:24 +00:00
committed by GitHub
parent e6b8f06415
commit 83b1e774b0
2 changed files with 18 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ set -e
source dev-container-features-test-lib
check "wine exists" bash -c "wine --version"
check "wine version is same" bash -c "[[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]"
reportResults
reportResults