Check that sparse files hold at least a block (bug in eCryptfs: https://bugs.launchpa...
Leon Brocard [Mon, 28 Sep 2009 13:24:57 +0000 (14:24 +0100)]
t/op/lfs.t

index 2de965f..df9323f 100644 (file)
@@ -117,7 +117,8 @@ print "# s2 = @s2\n";
 zap();
 
 unless ($s1[7] == 1_000_003 && $s2[7] == 2_000_003 &&
-       $s1[11] == $s2[11] && $s1[12] == $s2[12]) {
+       $s1[11] == $s2[11] && $s1[12] == $s2[12] &&
+       $s1[12] > 0) {
        print "1..0 # Skip: no sparse files?\n";
        bye;
 }