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:
parent
9ab038412f
commit
ddeaedc136
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue