projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4813d64
)
Replaced '1 while unlink' with 'unlink_all' in t/io/fs.t
author
Brad Gilbert
<b2gills@gmail.com>
Tue, 7 Dec 2010 23:08:07 +0000
(17:08 -0600)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 8 Dec 2010 19:16:21 +0000
(11:16 -0800)
t/io/fs.t
patch
|
blob
|
history
diff --git
a/t/io/fs.t
b/t/io/fs.t
index
ee32f63
..
64fcc5b
100644
(file)
--- a/
t/io/fs.t
+++ b/
t/io/fs.t
@@
-424,7
+424,7
@@
SKIP: {
# this works on win32 only, because fs isn't casesensitive
ok(-e 'X', "rename working");
-
1 while unlink
'X';
+
unlink_all
'X';
chdir $wd || die "Can't cd back to $wd";
}