tests: Add missing semicolon

This should have been in commit
06c47695fc.  The tests that use this
module did not fail because an import failure is assumed to be caused
by a missing dependency, not a genuine bug.
This commit is contained in:
Richard Hansen 2025-01-08 16:46:48 -05:00
parent 9ab038412f
commit ddeaedc136

View file

@ -104,7 +104,7 @@ sub reset {
our $certdir = "$ENV{abs_top_srcdir}/t/lib/ddclient/Test/Fake/HTTPD"; our $certdir = "$ENV{abs_top_srcdir}/t/lib/ddclient/Test/Fake/HTTPD";
our $ca_file = "$certdir/dummy-ca-cert.pem"; our $ca_file = "$certdir/dummy-ca-cert.pem";
our $other_ca_file = "$certdir/other-ca-cert.pem" our $other_ca_file = "$certdir/other-ca-cert.pem";
my %daemons; my %daemons;