projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f88ec0c
)
PATCH over 7848: Filter test flawed
Andreas König [Fri, 24 Nov 2000 10:28:29 +0000 (11:28 +0100)]
Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@7849
t/lib/filter-util.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/filter-util.t
b/t/lib/filter-util.t
index
1ec2b8b
..
4fc9f58
100644
(file)
--- a/
t/lib/filter-util.t
+++ b/
t/lib/filter-util.t
@@
-537,7
+537,7
@@
sub filter
{
my ($self) = @_ ;
my ($status) ;
- my ($here) = getcwd ;
+ my ($here) = quotemeta getcwd ;
if (($status = filter_read()) > 0) {
s/DIR/$here/g