summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-06 20:46:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-06 20:46:04 +0000
commit77b5ae3d12ff00ed8edfcfdf8404a1c5b8df1651 (patch)
tree506422a0842cadd0170598098109a8c0f5cf67d7 /t/base
parent7fc7512a8f7a0240d59b675d621666849723f208 (diff)
downloadperl-77b5ae3d12ff00ed8edfcfdf8404a1c5b8df1651.tar.gz
Retract #13496 for now.
p4raw-id: //depot/perl@13499
Diffstat (limited to 't/base')
-rwxr-xr-xt/base/lex.t4
-rwxr-xr-xt/base/term.t2
2 files changed, 3 insertions, 3 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index 4166c18194..54d6c93c5e 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 2d3fe5a5e1..000bff1b15 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