From: Peter Prymmer Date: Mon, 30 Apr 2001 16:26:30 +0000 (-0700) Subject: more VMS tweaks for addn'l selfstubber tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efd6e0256fc8e5667db16d3b8bb72adc20f21d2c;p=p5sagit%2Fp5-mst-13.2.git more VMS tweaks for addn'l selfstubber tests Message-ID: p4raw-id: //depot/perl@9922 --- diff --git a/t/lib/selfstubber.t b/t/lib/selfstubber.t index d338489..2e74a02 100644 --- a/t/lib/selfstubber.t +++ b/t/lib/selfstubber.t @@ -203,11 +203,11 @@ print "ok 8\n"; } # Check that the DATA handle stays open -system "$runperl -w \"-I$lib\" -MData -e Data::ok"; +system "$runperl -w \"-I$lib\" \"-MData\" -e \"Data::ok\""; # Possibly a pointless test as this doesn't really verify that it's been # stubbed. -system "$runperl -w \"-I$lib\" -MEnd -e End::lime"; +system "$runperl -w \"-I$lib\" \"-MEnd\" -e \"End::lime\""; # But check that the documentation after the __END__ survived. open FH, "$lib/End.pm" or die $!;