]> git.ipfire.org Git - thirdparty/systemd.git/blame - 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
CommitLineData
26698337
FB
1#!/usr/bin/env bash
2set -e
3
4TEST_DESCRIPTION="test timer units when initial clock is ahead"
5TEST_NO_NSPAWN=1
6
7future_date=$(date -u +%Y-%m-%dT%H:%M:%S -d '+3 days')
8QEMU_OPTIONS="-rtc base=${future_date}"
9. $TEST_BASE_DIR/test-functions
10
11do_test "$@" 53