Skip to content

Commit d6c1508

Browse files
committed
if want to start fresh, turn off safe mode
1 parent 3145e90 commit d6c1508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/00_setup.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN {
3030

3131
# Ensure we're starting fresh
3232
my $tmp_dir = tmp_dir();
33-
$tmp_dir->remove_tree;
33+
$tmp_dir->remove_tree( { safe => 0 } );
3434
$tmp_dir->mkpath;
3535

3636
ok( $tmp_dir->stat, "$tmp_dir exists for testing" );

0 commit comments

Comments
 (0)