From: Marius Gavrilescu Date: Fri, 23 Jan 2015 18:38:15 +0000 (+0200) Subject: Set umask to 0022 in tests X-Git-Tag: 5999.000_005~86 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=436deb1161131b25bf3b9384d0e81455179ceff4;hp=df00c00b3648b78973fd58cd529fe52f75396f67 Set umask to 0022 in tests --- diff --git a/t/01-jobs.t b/t/01-jobs.t index 09f81b3..a4e0c02 100644 --- a/t/01-jobs.t +++ b/t/01-jobs.t @@ -28,6 +28,7 @@ CONF Log::Log4perl->init(\$log_conf); $ENV{PATH} = cwd . ':' . $ENV{PATH}; +umask 0022; sub check_job{ my $meta = shift;