Fixes for the test suite on OS/2
[p5sagit/p5-mst-13.2.git] / t / op / lex_assign.t
index 59d422e..c6c424d 100755 (executable)
@@ -8,7 +8,7 @@ BEGIN {
 $| = 1;
 umask 0;
 $xref = \ "";
-$runme = ($^O eq 'VMS' ? 'MCR ' : '') . $^X;
+$runme = $^X;
 @a = (1..5);
 %h = (1..6);
 $aref = \@a;