Systemd/test/TEST-30-ONCLOCKCHANGE/test.sh

21 lines
371 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2019-03-14 21:40:08 +01:00
set -e
TEST_DESCRIPTION="test OnClockChange= + OnTimezoneChange="
TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
test_setup() {
create_empty_image_rootdir
2019-03-14 21:40:08 +01:00
(
LOG_LEVEL=5
eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
setup_basic_environment
mask_supporting_services
)
2019-03-14 21:40:08 +01:00
}
do_test "$@" 30