devcontainers-features/test/wine/wine_specified_version.sh

9 lines
163 B
Bash
Raw Normal View History

2023-09-17 22:52:23 +03:00
#!/bin/bash
set -e
source dev-container-features-test-lib
check "wine version is same" [[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]
check
reportResults