]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: disable server on client-only nodes by default
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 11 Sep 2019 17:26:51 +0000 (19:26 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Sep 2019 12:51:12 +0000 (14:51 +0200)
test/simulation/test.common

index 5c4b0a1237a5057813e14fbeafc6a7e129af15fb..1097c4974d4a95ef4d8c9e4830b030549a9db723 100644 (file)
@@ -209,6 +209,7 @@ get_chronyd_conf() {
                done
                echo "$server_conf"
        else
+               echo "deny"
                if [ -n "$client_server_conf" ]; then
                        echo "$client_server_conf"
                else