зеркало из https://github.com/microsoft/git.git
Merge branch 'rj/maint-t9700' into maint
* rj/maint-t9700: t9700-perl-git.sh: Fix a test failure on Cygwin
This commit is contained in:
Коммит
3920917861
|
@ -13,7 +13,7 @@ use File::Basename;
|
||||||
BEGIN { use_ok('Git') }
|
BEGIN { use_ok('Git') }
|
||||||
|
|
||||||
# set up
|
# set up
|
||||||
our $abs_repo_dir = Cwd->cwd;
|
our $abs_repo_dir = cwd();
|
||||||
ok(our $r = Git->repository(Directory => "."), "open repository");
|
ok(our $r = Git->repository(Directory => "."), "open repository");
|
||||||
|
|
||||||
# config
|
# config
|
||||||
|
|
Загрузка…
Ссылка в новой задаче