From: Jarkko Hietaniemi Date: Tue, 12 Sep 2000 14:54:54 +0000 (+0000) Subject: Retract #7062, the pod tests are not ready. X-Git-Tag: accepted/trunk/20130322.191538~34118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04c8f6e462a3eb253e8719ac5f99fd699185cae9;p=platform%2Fupstream%2Fperl.git Retract #7062, the pod tests are not ready. p4raw-id: //depot/perl@7064 --- diff --git a/t/TEST b/t/TEST index 41390c0..0b674af 100755 --- a/t/TEST +++ b/t/TEST @@ -24,7 +24,7 @@ $ENV{EMXSHELL} = 'sh'; # For OS/2 if ($#ARGV == -1) { @ARGV = split(/[ \n]/, - `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pod/*.t pragma/*.t; echo lib/*.t`); + `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t`); } %infinite = ( 'comp/require.t', 1, 'op/bop.t', 1, 'lib/hostname.t', 1 ); diff --git a/t/harness b/t/harness index b25f519..e1a4dd7 100644 --- a/t/harness +++ b/t/harness @@ -37,7 +37,7 @@ foreach (keys %datahandle) { } @tests = @ARGV; -@tests = unless @tests; +@tests = unless @tests; Test::Harness::runtests @tests; exit(0) unless -e "../testcompile";