X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/772f08d07f41febb13a52e066036d23faa0490fc..5494f687372570c9d1c5eb5c6aad73767e50820a:/t/structure/globals.t diff --git a/t/structure/globals.t b/t/structure/globals.t index 14e0445d2..0a04c6f6f 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -7,7 +7,7 @@ use Support::Files; my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf request); + @globals = qw(lxdebug auth myconfig form lx_office_conf locale dispatcher instance_conf request); $testcount = scalar(@Support::Files::testitems); }