X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsyslfs.t;h=ce91db6e3cb042c65ad7a3e297244f5a5b5903e6;hb=6b8eaf932222db04db65aff99717b9c1dbd0a692;hp=076d06f62081ffc614e39702138a9ba9358eb8f1;hpb=a015af24b2d0b1531a3fb6be319dee296ef92ba5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 076d06f..ce91db6 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -3,12 +3,6 @@ # If you modify/add tests here, remember to update also t/op/lfs.t. BEGIN { - # Don't bother if there are no quads. - eval { my $q = pack "q", 0 }; - if ($@) { - print "1..0\n# no 64-bit types\n"; - exit(0); - } chdir 't' if -d 't'; unshift @INC, '../lib'; require Config; import Config; @@ -26,12 +20,36 @@ sub bye { exit(0); } +sub explain { + print <