devcontainers-features/test/wine/wine_specified_version.sh
2023-09-17 19:52:23 +00:00

9 lines
163 B
Bash

#!/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