diff --git a/bin/tests/virtual-time/start.pl b/bin/tests/virtual-time/start.pl index 967d5b0ff9..9bafb92bd5 100644 --- a/bin/tests/virtual-time/start.pl +++ b/bin/tests/virtual-time/start.pl @@ -128,6 +128,7 @@ sub start_server { } else { $command .= "-m record,size,mctx "; $command .= "-T clienttest "; + $command .= "-X named.lock "; $command .= "-c named.conf -d 99 -g"; } $command .= " >named.run 2>&1 &";