]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-53-ISSUE-16347/test.sh
timer: Adjust calendar timers based on monotonic timer instead of realtime
[thirdparty/systemd.git] / test / TEST-53-ISSUE-16347 / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 TEST_DESCRIPTION="test timer units when initial clock is ahead"
5 TEST_NO_NSPAWN=1
6
7 future_date=$(date -u +%Y-%m-%dT%H:%M:%S -d '+3 days')
8 QEMU_OPTIONS="-rtc base=${future_date}"
9 . $TEST_BASE_DIR/test-functions
10
11 do_test "$@" 53