X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fstructure%2Fglobals.t;h=dca7369d54288a652420f7bd21922fddbcdac4c6;hb=fc2fbbca36f5ac516fdae260e9322fc3d357497c;hp=b1b351f7ab5c8e562f7886b184cac758ea5dd141;hpb=470a8fa1710b22e2b381eef4cacb01bebaeff725;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index b1b351f7a..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); + @globals = map { s/[^a-z_]//; $_ } @Support::CanonialGlobals::globals; $testcount = scalar(@Support::Files::testitems); }