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:
951af6b
)
Replaced '1 while unlink' with 'unlink_all' in t/io/argv.t
author
Brad Gilbert
<b2gills@gmail.com>
Tue, 7 Dec 2010 23:07:51 +0000
(17:07 -0600)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 8 Dec 2010 19:16:17 +0000
(11:16 -0800)
t/io/argv.t
patch
|
blob
|
history
diff --git
a/t/io/argv.t
b/t/io/argv.t
index
d6c895d
..
8356938
100644
(file)
--- a/
t/io/argv.t
+++ b/
t/io/argv.t
@@
-137,6
+137,6
@@
unlink "Io_argv3.tmp";
**PROG**
END {
-
1 while unlink
'Io_argv1.tmp', 'Io_argv1.tmp_bak',
+
unlink_all
'Io_argv1.tmp', 'Io_argv1.tmp_bak',
'Io_argv2.tmp', 'Io_argv2.tmp_bak', 'Io_argv3.tmp';
}