/[fuse_dbi]/fuse/trunk/perl/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 /fuse/trunk/perl/test.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Wed Aug 4 11:40:49 2004 UTC (19 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 253 byte(s)
copy CVS to trunk

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