features/test/common-utils/mariner.sh
2022-12-19 11:25:32 -05:00

14 lines
265 B
Bash
Executable file

#!/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