From: Gurusamy Sarathy Date: Mon, 9 Jul 2001 04:40:07 +0000 (+0000) Subject: t/harness doesn't know about run/*.t X-Git-Tag: accepted/trunk/20130322.191538~30975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ebfc105e2bc97d07e09c98b186b614bffb0a233;p=platform%2Fupstream%2Fperl.git t/harness doesn't know about run/*.t p4raw-id: //depot/perl@11232 --- diff --git a/t/harness b/t/harness index 9b2e097..6f111f1 100644 --- a/t/harness +++ b/t/harness @@ -39,7 +39,7 @@ if (@ARGV) { @tests = @ARGV; } else { unless (@tests) { - @tests = ; + @tests = ; use File::Spec; my $updir = File::Spec->updir; my $mani = File::Spec->catdir(File::Spec->updir, "MANIFEST");