X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=blobdiff_plain;f=test%2Fstatfs.t;fp=test%2Fstatfs.t;h=23355465c90c23e5967803f7fe92997c017328ab;hp=7905b803bf5672838df9668b5c1b54f3d979fa7a;hb=187e1c207717e9b684a5ce308dd1619dddda41a1;hpb=0ae6e342a348ef9c824da4b9d8f941a7cf1a42f1 diff --git a/test/statfs.t b/test/statfs.t index 7905b80..2335546 100644 --- a/test/statfs.t +++ b/test/statfs.t @@ -1,7 +1,10 @@ #!/usr/bin/perl use test::helper qw($_real $_point); use Test::More; -require 'syscall.ph'; # for SYS_statfs +eval { + require 'syscall.ph'; # for SYS_statfs +} or plan skip_all => 'No syscall.ph'; + plan tests => 7; my ($statfs_data) = 0x00 x 8 x 16; my ($tmp) = $_point;