diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 07:05:06 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 07:05:06 +0000 |
commit | 37fca15ea0eeedbb4ad8954058c4cba3243e867c (patch) | |
tree | 59ff7c19ea01b5d1ea2449a3c774a7f74a187cae /t/harness | |
parent | 05ec9bb346c404c8906ed1ac374d4bce61c84f5d (diff) | |
download | perl-37fca15ea0eeedbb4ad8954058c4cba3243e867c.tar.gz |
Blind integrate of bulk of mainline.
p4raw-id: //depot/perlio@14265
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ if (@ARGV) { push @tests, <run/*.t>; push @tests, <io/*.t>; push @tests, <op/*.t>; + push @tests, <uni/*.t>; push @tests, <lib/*.t>; use File::Spec; my $updir = File::Spec->updir; |