X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9e9a940e1361ef26a2cf2f8e40ac1bd901771fdc..c13acbec41af2e85ad469d36d1eec19343b7d680:/t/structure/globals.t diff --git a/t/structure/globals.t b/t/structure/globals.t index 7b5aa06d3..232dca685 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 called_subs dispatcher instance_conf); + @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf); $testcount = scalar(@Support::Files::testitems); }