Decrease the file size used in getattr.t by a factor of 1024.
authorDerrik Pates <demon@now.ai>
Fri, 29 Jul 2011 18:52:14 +0000 (12:52 -0600)
committerDerrik Pates <demon@now.ai>
Fri, 29 Jul 2011 18:52:14 +0000 (12:52 -0600)
commit0bbd5631181cb7d620efa0ff228c90fb0bc70706
tree4a2d12a1c0fd974939af866da49dc60bc4bfde49
parent576c7e62d4253b199ec93e5c4fe612cb2115f454
Decrease the file size used in getattr.t by a factor of 1024.

This issue has caused the getattr test to take... well, hours on my
MacBook. This is because the kernel is busy allocating disk pages for
all the empty space prior to the space character that's put into the
file, because the HFS+ filesystem doesn't support sparse files.
README
test/getattr.t