about summary refs log tree commit diff
path: root/time/tst-clock_settime.c
Commit message (Collapse)AuthorAgeFilesLines
* tst: Add test for clock_settimeLukasz Majewski2021-03-081-0/+45
This code brings test to check if time on target machine is properly set. To avoid any issues with altering the time: - The time, which was set before the test was executed is restored. - The time is altered only when cross-test-ssh.sh is executed with --allow-time-setting flag Reviewed-by: DJ Delorie <dj@redhat.com>