Set umask to 0022 in tests
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 23 Jan 2015 18:38:15 +0000 (20:38 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 23 Jan 2015 18:38:15 +0000 (20:38 +0200)
t/01-jobs.t

index 09f81b3dcfda1bf5b16df2b041e3ef09269f9bb0..a4e0c027ad25ca6b59314a3a1c166d2f1aefd62a 100644 (file)
@@ -28,6 +28,7 @@ CONF
 Log::Log4perl->init(\$log_conf);
 
 $ENV{PATH} = cwd . ':' . $ENV{PATH};
 Log::Log4perl->init(\$log_conf);
 
 $ENV{PATH} = cwd . ':' . $ENV{PATH};
+umask 0022;
 
 sub check_job{
        my $meta = shift;
 
 sub check_job{
        my $meta = shift;
This page took 0.010191 seconds and 4 git commands to generate.