diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 17:35:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 17:35:04 +0000 |
commit | 5e52531c6439c4bb604589c00cec8f7cf00417d1 (patch) | |
tree | b3ed03cc4e0a8c90f56a5d795dffaae27d64c2ce /t | |
parent | 15e9f109c1a7f45bb9cf5e6903b016938a1441e8 (diff) | |
download | perl-5e52531c6439c4bb604589c00cec8f7cf00417d1.tar.gz |
harness wasn't running x2p/s2p.t.
p4raw-id: //depot/perl@16863
Diffstat (limited to 't')
-rw-r--r-- | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ if (@ARGV) { warn "$0: cannot open $mani: $!\n"; } push @tests, <pod/*.t>; + push @tests, <x2p/*.t>; } } if ($^O eq 'MSWin32') { |