From: Jarkko Hietaniemi Date: Mon, 28 Jul 2003 10:00:11 +0000 (+0000) Subject: Extra noise from File::Spec. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6133dd6d226e7195efd32387808f6e8ec3e35dd;p=p5sagit%2Fp5-mst-13.2.git Extra noise from File::Spec. p4raw-id: //depot/perl@20256 --- diff --git a/lib/File/Spec/t/rel2abs2rel.t b/lib/File/Spec/t/rel2abs2rel.t index dbfb57c..79119e0 100644 --- a/lib/File/Spec/t/rel2abs2rel.t +++ b/lib/File/Spec/t/rel2abs2rel.t @@ -50,7 +50,7 @@ sub sayok{ return $output; } -print "Checking manipulations of \$^X=$^X\n"; +print "# Checking manipulations of \$^X=$^X\n"; my $perl = safe_rel($^X); is( sayok($perl), "ok\n", "`$perl rel2abs2rel$$.pl` works" );