devcontainers-features/test/wine/wine_specified_version.sh

8 lines
166 B
Bash
Raw Permalink Normal View History

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