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

Diff of /perl-llin/test/statfs.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Mon Jan 2 22:38:50 2006 UTC revision 112 by dpavlin, Thu Nov 15 09:32:08 2007 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  #!/usr/bin/perl
2  use test::helper qw($_real $_point);  use test::helper qw($_real $_point);
3  use Test::More;  use Test::More;
4  require 'syscall.ph'; # for SYS_statfs  eval {
5       require 'syscall.ph'; # for SYS_statfs
6    } or plan skip_all => 'No syscall.ph';
7    
8  plan tests => 7;  plan tests => 7;
9  my ($statfs_data) = 0x00 x 8 x 16;  my ($statfs_data) = 0x00 x 8 x 16;
10  my ($tmp) = $_point;  my ($tmp) = $_point;

Legend:
Removed from v.27  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.26