summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:52:22 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:52:22 -0800
commit3920917861e35cddb4946bd91db70510bc040361 (patch)
tree65b642caa469ebe5dcf0ddfd598418438b618bff /t
parentMerge branch 'ls/maint-mailinfo-no-inbody' into maint (diff)
parentt9700-perl-git.sh: Fix a test failure on Cygwin (diff)
downloadtgif-3920917861e35cddb4946bd91db70510bc040361.tar.xz
Merge branch 'rj/maint-t9700' into maint
* rj/maint-t9700: t9700-perl-git.sh: Fix a test failure on Cygwin
Diffstat (limited to 't')
-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