Skip to content

Commit

Permalink
Merge branch 'rj/maint-t9700'
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
Junio C Hamano committed Nov 23, 2009
2 parents 6d975c2 + 81f4026 commit 0381886
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 0381886

Please sign in to comment.