Skip to content

Commit

Permalink
rmdir the paths from factory.t
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Jun 21, 2008
1 parent 3c4697c commit c8bd358
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/factory.t
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ isa_ok( $fallback_lock, "File::NFSLock" );

isnt( $new_fb, $path, "second fallback is different from base path" );
isnt( $new_fb, $fallback_path, "and from first fallback path" );

rmdir $new_fb;
}


Expand All @@ -76,3 +78,7 @@ SKIP: {

ok( -f $lockfile, "lockfile exists after ->empty" );
}

rmdir $fallback_path;


0 comments on commit c8bd358

Please sign in to comment.