Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS authored Sep 17, 2023
1 parent 5958d4a commit 2512c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/wine/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

source dev-container-features-test-lib

check "wine exists" wine --version
check
check "wine exists" bash -c "wine --version"

reportResults
3 changes: 1 addition & 2 deletions test/wine/wine_specified_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

source dev-container-features-test-lib

check "wine version is same" [[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]
check
check "wine version is same" bash -c "[[ "$(wine --version | tr -d -c 0-9.)" == *"8.5"* ]]"

reportResults

0 comments on commit 2512c57

Please sign in to comment.