Change 11431 by gsar@latte-gsar on 2001/07/21 05:03:44
pod/*.t tests not picked up by t/TEST either
Affected files ...
... //depot/maint-5.6/perl/t/TEST#5 edit
Differences ...
==== //depot/maint-5.6/perl/t/TEST#5 (xtext) ====
Index: perl/t/TEST
--- perl/t/TEST.~1~ Fri Jul 20 23:15:05 2001
+++ perl/t/TEST Fri Jul 20 23:15:05 2001
@@ -24,7 +24,7 @@
if ($#ARGV == -1) {
@ARGV = split(/[ \n]/,
- `echo base/*.t comp/*.t cmd/*.t run/*.t io/*.t; echo op/*.t pragma/*.t
lib/*.t`);
+ `echo base/*.t comp/*.t cmd/*.t run/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t
+pod/*.t`);
}
# %infinite = ( 'comp/require.t', 1, 'op/bop.t', 1, 'lib/hostname.t', 1 );
End of Patch.