Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-04 00:52:22 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-04 00:52:22 +0300
commit3920917861e35cddb4946bd91db70510bc040361 (patch)
tree65b642caa469ebe5dcf0ddfd598418438b618bff
parent2936824af2c0dab34c0566ae1984e47a44be77af (diff)
parent81f40262a491cd0429ca88476365a7ccedb78684 (diff)
Merge branch 'rj/maint-t9700' into maint
* rj/maint-t9700: t9700-perl-git.sh: Fix a test failure on Cygwin
-rwxr-xr-xt/t9700/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9700/test.pl b/t/t9700/test.pl
index 6c70aec020..666722d9bf 100755
--- a/t/t9700/test.pl
+++ b/t/t9700/test.pl
@@ -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