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














                                                       
#!/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}" = "alpine"
check "bashrc" ls /etc/bash/bashrc

# Report result
reportResults