mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 08:04:37 +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 |