/[fuse.before_github]/perl/trunk/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

Annotation of /perl/trunk/test.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Thu Nov 11 14:44:15 2004 UTC (19 years, 4 months ago) by mszeredi
File MIME type: text/plain
File size: 253 byte(s)
Initial revision

1 mszeredi 4 #!/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