aboutsummaryrefslogblamecommitdiff
path: root/test/common-utils/buster.sh
blob: 9fd2f409f4f5b60f9aa03d1c46c1f45834f3c8f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                       
#!/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 "${VERSION_CODENAME}" = "buster"

# Report result
reportResults