projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
754f2cd
)
Typo in t/op/stat.t
Gisle Aas [Thu, 14 Jul 2005 23:20:18 +0000 (16:20 -0700)]
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 $tmpfile;
}
END {