On Wednesday 30 July 2008 12:10:32 Andy Dougherty wrote: > Yes, but we might as well clean up the other two cases as well. So this > goes on top of yours: > > --- parrot-svn/t/steps/auto_icu-01.t 2008-07-30 15:05:43.000000000 -0400 > +++ parrot-x86/t/steps/auto_icu-01.t 2008-07-30 15:06:34.000000000 -0400 > @@ -193,7 +193,7 @@ > > my $cwd = cwd(); > { > - my $tdir = tempdir(); > + my $tdir = tempdir( CLEANUP => 1); > chdir $tdir or croak "Unable to change to temporary directory"; > my $expected_dir = q{alpha}; > my $expected_include_dir = > @@ -207,7 +207,7 @@ > } > > { > - my $tdir = tempdir(); > + my $tdir = tempdir( CLEANUP => 1); > chdir $tdir or croak "Unable to change to temporary directory"; > my $expected_dir = q{alpha}; > my $expected_include_dir =
Thanks, applied as r29881. -- c