From: Gurusamy Sarathy Date: Sat, 28 Nov 1998 18:12:04 +0000 (+0000) Subject: avoid command-line quoting portability problems in lex_assign.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=712a1d7413ba4a7cd1257d4cb32850432afd6dd4;p=p5sagit%2Fp5-mst-13.2.git avoid command-line quoting portability problems in lex_assign.t p4raw-id: //depot/perl@2363 --- diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index 2b6c38d..8ca22b0 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -11,7 +11,7 @@ $xref = \ ""; %h = (1..6); $aref = \@a; $href = \%h; -open OP, qq{$^X -le 'print "aaa Ok ok" while \$i++ < 100'|}; +open OP, qq{$^X -le "print 'aaa Ok ok' for 1..100"|}; $chopit = 'aaaaaa'; @chopar = (113 .. 119); $posstr = '123456';