devcontainers-features/test/wine/test.sh

9 lines
117 B
Bash
Raw Normal View History

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