X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbase%2Fterm.t;h=2d3fe5a5e1e8f7b7b3e76cacc1911e8ae160c264;hb=cf2649810f00335bd657355d81bcc9384a620135;hp=000bff1b151eefbfa685f34bf05be0705698e983;hpb=77b5ae3d12ff00ed8edfcfdf8404a1c5b8df1651;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/base/term.t b/t/base/term.t index 000bff1..2d3fe5a 100755 --- a/t/base/term.t +++ b/t/base/term.t @@ -19,7 +19,7 @@ else {print "not ok 1\n";} # check `` processing -$x = `echo hi there`; +$x = `$^X -le "print 'hi there'"`; if ($x eq "hi there\n") {print "ok 2\n";} else {print "not ok 2\n";} # check $#array