This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c5a85
)
Fix skip count for non-fchdir like win32.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 Jul 2015 00:21:47 +0000
(20:21 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 Jul 2015 00:21:47 +0000
(20:21 -0400)
t/op/chdir.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/chdir.t
b/t/op/chdir.t
index
f58d440
..
3a88f82
100644
(file)
--- a/
t/op/chdir.t
+++ b/
t/op/chdir.t
@@
-54,7
+54,7
@@
SKIP: {
$Cwd = abs_path;
SKIP: {
- skip("no fchdir", 2
1
) unless $has_fchdir;
+ skip("no fchdir", 2
3
) 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");