projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
19ddd45
)
avoid command-line quoting portability problems in lex_assign.t
Gurusamy Sarathy [Sat, 28 Nov 1998 18:12:04 +0000 (18:12 +0000)]
p4raw-id: //depot/perl@2363
t/op/lex_assign.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/lex_assign.t
b/t/op/lex_assign.t
index
2b6c38d
..
8ca22b0
100755
(executable)
--- 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';