From: Jarkko Hietaniemi Date: Thu, 6 Dec 2001 20:46:04 +0000 (+0000) Subject: Retract #13496 for now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77b5ae3d12ff00ed8edfcfdf8404a1c5b8df1651;p=p5sagit%2Fp5-mst-13.2.git Retract #13496 for now. p4raw-id: //depot/perl@13499 --- diff --git a/t/base/lex.t b/t/base/lex.t index 4166c18..54d6c93 100755 --- a/t/base/lex.t +++ b/t/base/lex.t @@ -53,8 +53,8 @@ $foo EOF EOE -print <<'EOS' . <<\EOF; -ok 12 - make sure single quotes are honored \nnot ok +print <<`EOS` . <<\EOF; +echo ok 12 EOS ok 13 EOF diff --git a/t/base/term.t b/t/base/term.t index 2d3fe5a..000bff1 100755 --- a/t/base/term.t +++ b/t/base/term.t @@ -19,7 +19,7 @@ else {print "not ok 1\n";} # check `` processing -$x = `$^X -le "print 'hi there'"`; +$x = `echo hi there`; if ($x eq "hi there\n") {print "ok 2\n";} else {print "not ok 2\n";} # check $#array