diff options
author | Brad Gilbert <b2gills@gmail.com> | 2010-12-07 17:14:51 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-08 11:17:31 -0800 |
commit | 96fedf7b439670394f9a08f3e777580fd85ef6cf (patch) | |
tree | 1c38ab8855b8afa3d626cabf4f90f17543757c96 /t | |
parent | a29d026106e1b071b8c63d99b7b6f5699e0ed9cf (diff) | |
download | perl-96fedf7b439670394f9a08f3e777580fd85ef6cf.tar.gz |
Replaced '1 while unlink' with 'unlink_all' in t/uni/write.t
Diffstat (limited to 't')
-rw-r--r-- | t/uni/write.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/write.t b/t/uni/write.t index 0d5cedcee0..136be677f7 100644 --- a/t/uni/write.t +++ b/t/uni/write.t @@ -101,4 +101,4 @@ $ulite1 $bmulti$blite2 EOEXPECT -1 while unlink 'Uni_write.tmp'; +unlink_all 'Uni_write.tmp'; |