]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-11-ISSUE-3166/test.sh
test: move TEST-11-ISSUE-3166 setup to static files
[thirdparty/systemd.git] / test / TEST-11-ISSUE-3166 / test.sh
CommitLineData
ff12a795 1#!/usr/bin/env bash
818567fc 2set -e
0b2abe0f 3TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3166"
054ee249 4TEST_NO_NSPAWN=1
0b2abe0f
EV
5
6. $TEST_BASE_DIR/test-functions
0b2abe0f 7
0b2abe0f 8test_setup() {
ec4cab49 9 create_empty_image_rootdir
0b2abe0f
EV
10
11 # Create what will eventually be our root filesystem onto an overlay
12 (
13 LOG_LEVEL=5
14 eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
15
16 setup_basic_environment
51fa8591 17 mask_supporting_services
cc469c3d 18 )
0b2abe0f
EV
19}
20
3ac189d8 21do_test "$@" 11