]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - t/21-once.t
Always canonify the root, the git path and the repo directory
[perl/modules/rgit.git] / t / 21-once.t
index 93a184ce3ce1c90e861131c9fd2982c5b8c8028c..46c6975f38a3eb4a926b235dc12f20b1fd1e0bac 100644 (file)
@@ -25,7 +25,7 @@ my @expected = (
 );
 
 local $ENV{GIT_DIR}       = 't';
-local $ENV{GIT_EXEC_PATH} = abs_path('t/bin/git');
+local $ENV{GIT_EXEC_PATH} = 't/bin/git';
 
 for my $cmd (qw/daemon gui help init version/) {
  my ($fh, $filename) = tempfile(UNLINK => 1);