X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2F01-jobs.t;h=09f81b3dcfda1bf5b16df2b041e3ef09269f9bb0;hp=b0790b9abe85b1c3d42c84b3f96b4ba79803816f;hb=f028e0a807de3a1e8949214efaa71516b30bfff3;hpb=59fd71764cf2bcb365e780b676b24a7f2f7b5290 diff --git a/t/01-jobs.t b/t/01-jobs.t index b0790b9..09f81b3 100644 --- a/t/01-jobs.t +++ b/t/01-jobs.t @@ -44,6 +44,7 @@ plan tests => 3 * sum map { my @temp = <$_/tests/*>; scalar @temp } @problems; note "Problems to be tested: " . join ', ', @problems; my $tempdir = tempdir "gruntmaster-daemon-testingXXXX", TMPDIR => 1, CLEANUP => 1; +chmod 0777, $tempdir; my $job = 0;