1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00
systemd-stable/test/TEST-11-ISSUE-3166/test.sh

22 lines
451 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
2016-05-03 12:43:22 +03:00
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3166"
TEST_NO_NSPAWN=1
2016-05-03 12:43:22 +03:00
. $TEST_BASE_DIR/test-functions
test_setup() {
create_empty_image_rootdir
2016-05-03 12:43:22 +03:00
# Create what will eventually be our root filesystem onto an overlay
(
LOG_LEVEL=5
eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
setup_basic_environment
mask_supporting_services
)
2016-05-03 12:43:22 +03:00
}
do_test "$@" 11