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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Thu Dec 29 16:22:43 2005 UTC (18 years, 3 months ago) by unknown_user
File MIME type: text/plain
File size: 253 byte(s)
[vcp] create branch 'fuse'
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