- Timestamp:
- 02/08/09 20:49:38 (13 months ago)
- Files:
-
- 1 modified
-
trunk/t/scoreboard.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/scoreboard.t
r150 r151 10 10 use TheSchwartz; 11 11 use File::Spec qw(); 12 # create a tmp directory with a unique name. This stops 13 # us conflicting with any other runs of this process and means 14 # we tidy up after ourselves 15 my $tempdir = tempdir( CLEANUP => 1 ); 12 16 13 17 run_tests(10, sub { … … 17 21 setup_dbs({prefix => $pfx}, $dbs); 18 22 19 my $client = TheSchwartz->new(scoreboard => '/tmp',23 my $client = TheSchwartz->new(scoreboard => $tmpdir, 20 24 databases => [ 21 25 map { {
