projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
23c4d79
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/op/lfs.t
b/t/op/lfs.t
index
2de965f
..
df9323f
100644
(file)
--- a/
t/op/lfs.t
+++ b/
t/op/lfs.t
@@
-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;
}