Michael G. Schwern [Thu, 6 Dec 2001 15:15:28 +0000 (10:15 -0500)]
Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
Message-ID: <
20011206201528.GF16414@blackrider>
p4raw-id: //depot/perl@13496
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
# 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