Skip to content

Commit

Permalink
Apply App-SVN-Bisect-wintempdir.patch from rurban++ for RT #59766.
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinoid committed Jul 29, 2010
1 parent 6bdadeb commit b24b415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/01_basic_operation.t
Expand Up @@ -2,6 +2,7 @@ use strict;
use warnings;

use File::Temp qw(tempdir);
use Cwd qw(getcwd);
use Test::More;
use Test::Exception;
use Test::Output;
Expand All @@ -12,6 +13,7 @@ my $tests;
BEGIN { $tests = 0; };
plan tests => $tests;

my $curdir = getcwd();
my $tempdir = tempdir( CLEANUP => 1 );
chdir($tempdir);
mkdir(".svn");
Expand Down Expand Up @@ -294,5 +296,6 @@ BEGIN { $tests += 1; };


# test ->exit()
chdir $curdir;
App::SVN::Bisect->exit(0);
exit(1);

0 comments on commit b24b415

Please sign in to comment.