Skip to content

Commit

Permalink
Fix skip count for non-fchdir like win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhi committed Jul 4, 2015
1 parent 03c5a85 commit c1424f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/op/chdir.t
Expand Up @@ -54,7 +54,7 @@ SKIP: {
$Cwd = abs_path;

SKIP: {
skip("no fchdir", 21) unless $has_fchdir;
skip("no fchdir", 23) unless $has_fchdir;
my $has_dirfd = ($Config{d_dirfd} || $Config{d_dir_dd_fd} || "") eq "define";
ok(opendir(my $dh, "."), "opendir .");
ok(open(my $fh, "<", "op"), "open op");
Expand Down

0 comments on commit c1424f0

Please sign in to comment.