From: Andreas König Date: Fri, 24 Nov 2000 10:28:29 +0000 (+0100) Subject: PATCH over 7848: Filter test flawed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fcbfbda4ac8e772a1576bd2e2f5bd6669f42316;p=p5sagit%2Fp5-mst-13.2.git PATCH over 7848: Filter test flawed Message-ID: p4raw-id: //depot/perl@7849 --- diff --git a/t/lib/filter-util.t b/t/lib/filter-util.t index 1ec2b8b..4fc9f58 100644 --- 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