/[fuse.before_github]/cpan/0.07_3/test.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /cpan/0.07_3/test.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 84 - (show annotations)
Tue Jan 3 23:09:48 2006 UTC (18 years, 2 months ago) by dpavlin
File MIME type: text/plain
File size: 253 byte(s)
CPAN 0.07_3
1 #!/usr/bin/perl
2 BEGIN { $ENV{HARNESS_IGNORE_EXITCODE} = 1; }
3
4 use Test::Harness qw(&runtests $verbose);
5 $verbose=0;
6 die "cannot find test directory!" unless -d "test";
7 my (@files) = <test/*.t>;
8 runtests("test/s/mount.t",sort(@files),"test/s/umount.t");

  ViewVC Help
Powered by ViewVC 1.1.26