mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2025-01-11 15:38:09 +03:00
8 lines
166 B
Bash
8 lines
166 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
source dev-container-features-test-lib
|
|
|
|
check "wine version is same" bash -c "[[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]"
|
|
|
|
reportResults |