]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - t/21-once.t
Really get rid of t/repos
[perl/modules/rgit.git] / t / 21-once.t
index cf790462518946c8018d767f50dce2bf322c88ff..1b0e88ba0e5e6cf1935fe4bd3a0c5be09c4b90f7 100644 (file)
@@ -18,7 +18,7 @@ for (qw/version help daemon init/) {
  my ($fh, $filename) = tempfile(UNLINK => 1);
  my $exit = App::Rgit->new(
   git  => abs_path('t/bin/git'),
-  root => 't/repos',
+  root => 't',
   cmd  => $_,
   args => [ abs_path($filename), $_, qw/^n ^g ^w ^b ^^/ ]
  )->run;