devcontainers-features/test/wine/test.sh

8 lines
119 B
Bash
Raw Permalink Normal View History

2023-09-17 23:04:17 +03:00
#!/bin/bash
2023-09-15 21:17:28 +03:00
set -e
source dev-container-features-test-lib
2023-09-17 22:57:38 +03:00
check "wine exists" bash -c "wine --version"
2023-09-15 21:17:28 +03:00
reportResults