X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c13acbec41af2e85ad469d36d1eec19343b7d680..ba52ee60:/t/structure/globals.t diff --git a/t/structure/globals.t b/t/structure/globals.t index 232dca685..dca7369d5 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -3,11 +3,12 @@ use strict; use lib 't'; use Support::Files; +use Support::CanonialGlobals (); my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf); + @globals = map { s/[^a-z_]//; $_ } @Support::CanonialGlobals::globals; $testcount = scalar(@Support::Files::testitems); }