diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:52:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:52:22 -0800 |
commit | 3920917861e35cddb4946bd91db70510bc040361 (patch) | |
tree | 65b642caa469ebe5dcf0ddfd598418438b618bff /t/t9700/test.pl | |
parent | Merge branch 'ls/maint-mailinfo-no-inbody' into maint (diff) | |
parent | t9700-perl-git.sh: Fix a test failure on Cygwin (diff) | |
download | tgif-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/t9700/test.pl')
-rwxr-xr-x | t/t9700/test.pl | 2 |
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 |