Skip to content

Commit

Permalink
Merge branch 'rj/maint-t9700' into maint
Browse files Browse the repository at this point in the history
* rj/maint-t9700:
  t9700-perl-git.sh: Fix a test failure on Cygwin
  • Loading branch information
gitster committed Dec 3, 2009
2 parents 2936824 + 81f4026 commit 3920917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9700/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3920917

Please sign in to comment.