blob: e4ab1bf46d7e949a7ea37b277e272c56de3bd8a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/env bash
. ./test.common
test_start "memory locking"
extra_chronyd_options="-m"
start_chronyd || test_fail
wait_for_sync || test_fail
stop_chronyd || test_fail
check_chronyd_messages || test_fail
check_chronyd_files || test_fail
test_pass
|