summaryrefslogtreecommitdiff
path: root/test/TEST-20-MAINPIDGAMES/test.sh
blob: d6abbadb2b584c4ce481a988bceb9b45134a8d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="test changing main PID"

. $TEST_BASE_DIR/test-functions

test_setup() {
    create_empty_image_rootdir

    (
        LOG_LEVEL=5
        eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)

        setup_basic_environment
        mask_supporting_services
    )

    setup_nspawn_root
}

do_test "$@" 20