--- trunk/t/4-store.t 2006/09/26 14:03:12 715 +++ trunk/t/4-store.t 2006/10/01 20:14:09 733 @@ -39,7 +39,7 @@ undef $db; -ok(my $path = tempdir( CLEANUP => 1 ), "path"); +ok(my $path = tempdir( CLEANUP => $debug ? 0 : 1 ), "path"); diag "Store path: $path";