Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/maint-t9700' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 3 Dec 2009 21:52:22 +0000
(13:52 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 3 Dec 2009 21:52:22 +0000
(13:52 -0800)
* rj/maint-t9700:
t9700-perl-git.sh: Fix a test failure on Cygwin
t/t9700/test.pl
patch
|
blob
|
history
raw
(from parent 1:
2936824
)
diff --git
a/t/t9700/test.pl
b/t/t9700/test.pl
index 6c70aec020c9c6486ae984dc264edb1dd8b270cf..666722d9bf1050522a687f4af95792a8e0ec5d64 100755
(executable)
--- a/
t/t9700/test.pl
+++ b/
t/t9700/test.pl
@@
-13,7
+13,7
@@
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