mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 15:52:59 +03:00
fix tests
This commit is contained in:
parent
5958d4a233
commit
2512c57130
@ -3,7 +3,6 @@ set -e
|
|||||||
|
|
||||||
source dev-container-features-test-lib
|
source dev-container-features-test-lib
|
||||||
|
|
||||||
check "wine exists" wine --version
|
check "wine exists" bash -c "wine --version"
|
||||||
check
|
|
||||||
|
|
||||||
reportResults
|
reportResults
|
@ -3,7 +3,6 @@ set -e
|
|||||||
|
|
||||||
source dev-container-features-test-lib
|
source dev-container-features-test-lib
|
||||||
|
|
||||||
check "wine version is same" [[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]
|
check "wine version is same" bash -c "[[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]"
|
||||||
check
|
|
||||||
|
|
||||||
reportResults
|
reportResults
|
Loading…
Reference in New Issue
Block a user