From: Marius Gavrilescu Date: Fri, 23 Jan 2015 15:32:10 +0000 (+0200) Subject: Make test tempdir world-writable X-Git-Tag: 5999.000_005~90 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=f028e0a807de3a1e8949214efaa71516b30bfff3 Make test tempdir world-writable --- 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;