Rename testing tempdir
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 30 Jan 2015 10:26:41 +0000 (12:26 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 30 Jan 2015 10:26:41 +0000 (12:26 +0200)
t/01-jobs.t

index 742a79780f603521bc23bd9556534065157ca4b7..4e0304a90f3565d0d895ad29050f5a574ae0d210 100644 (file)
@@ -59,7 +59,7 @@ my @problems = exists $ENV{TEST_PROBLEMS} ? map {"t/problems/$_"} split ' ', $EN
 plan tests => 3 * sum map { my @temp = <$_/tests/*>; scalar @temp } @problems;
 note "Problems to be tested: " . join ', ', @problems;
 
 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;
+my $tempdir = tempdir "gruntmasterd-testingXXXX", TMPDIR => 1, CLEANUP => 1;
 chmod 0777, $tempdir;
 
 my $job = 0;
 chmod 0777, $tempdir;
 
 my $job = 0;
This page took 0.00989 seconds and 4 git commands to generate.