This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the...
[perl5.git] / t / base / term.t
index 000bff1..83a32aa 100755 (executable)
@@ -1,7 +1,5 @@
 #!./perl
 
-# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:07 $
-
 BEGIN {
     chdir 't' if -d 't';
 }
@@ -19,7 +17,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