From 4c565af2eb5885faf900f8bf0ccbd0b4a2a10c04 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 6 Dec 2001 10:15:28 -0500 Subject: [PATCH] (retracted by #13499) Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests Message-ID: <20011206201528.GF16414@blackrider> p4raw-id: //depot/perl@13496 --- t/base/lex.t | 4 ++-- t/base/term.t | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/base/lex.t b/t/base/lex.t index 54d6c93..4166c18 100755 --- a/t/base/lex.t +++ b/t/base/lex.t @@ -53,8 +53,8 @@ $foo EOF EOE -print <<`EOS` . <<\EOF; -echo ok 12 +print <<'EOS' . <<\EOF; +ok 12 - make sure single quotes are honored \nnot ok EOS ok 13 EOF 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 -- 2.7.4