Skip to content

Commit 3920917

Browse files
committed
Merge branch 'rj/maint-t9700' into maint
* rj/maint-t9700: t9700-perl-git.sh: Fix a test failure on Cygwin
2 parents 2936824 + 81f4026 commit 3920917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9700/test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
BEGIN { use_ok('Git') }
1414

1515
# set up
16-
our $abs_repo_dir = Cwd->cwd;
16+
our $abs_repo_dir = cwd();
1717
ok(our $r = Git->repository(Directory => "."), "open repository");
1818

1919
# config

0 commit comments

Comments
 (0)