Showing 1 changed files with 1 additions and 1 deletions
+1 -1
xt/import_rep.t
... ...
@@ -49,7 +49,7 @@ note 'import_rep';
49 49
   $t->content_like(qr/Success.*created/);
50 50
   
51 51
   # Import repositories
52
-  my $rep_dir = "$FindBin::Bin/../../gitprep_t_rep_home/kimoto";
52
+  my $rep_dir = "$FindBin::Bin/basic/rep/kimoto";
53 53
   chdir "$FindBin::Bin/../script"
54 54
     or die "Can't change directory: $!";
55 55
   my @cmd = ('./import_rep', '-u', 'kimoto', $rep_dir);