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:
754f2cd
)
Typo in t/op/stat.t
author
Gisle Aas
<gisle@aas.no>
Thu, 14 Jul 2005 23:20:18 +0000
(16:20 -0700)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 15 Jul 2005 06:33:21 +0000
(06:33 +0000)
Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25144
t/op/stat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/stat.t
b/t/op/stat.t
index
70ab5a3
..
b7004b7
100755
(executable)
--- a/
t/op/stat.t
+++ b/
t/op/stat.t
@@
-462,7
+462,7
@@
ok(unlink($f), 'unlink tmp file');
-T _;
my $s2 = -s _;
is($s1, $s2, q(-T _ doesn't break the statbuffer));
- unlink $file;
+ unlink $
tmp
file;
}
END {