mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Merge branch 'rj/maint-t9700'
* rj/maint-t9700: t9700-perl-git.sh: Fix a test failure on Cygwin
This commit is contained in:
commit
038188637e
@ -13,7 +13,7 @@ use File::Basename;
|
||||
BEGIN { use_ok('Git') }
|
||||
|
||||
# set up
|
||||
our $abs_repo_dir = Cwd->cwd;
|
||||
our $abs_repo_dir = cwd();
|
||||
ok(our $r = Git->repository(Directory => "."), "open repository");
|
||||
|
||||
# config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user