features/test/common-utils/mariner.sh

14 lines
265 B
Bash
Raw Normal View History

2022-12-19 19:25:32 +03:00
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
. /etc/os-release
check "non-root user" test "$(whoami)" = "devcontainer"
check "distro" test "${ID}" = "mariner"
# Report result
reportResults