1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-04 19:24:21 +02:00

maint: fix a comment typo

* tests/cp/fiemap-empty: Correct typo in comment.  Add "FIXME".
This commit is contained in:
Jim Meyering
2011-04-02 14:03:53 +02:00
parent bfdb6b585b
commit e08b3e7c08

View File

@@ -50,7 +50,7 @@ rm empty.big cp.test
# Ensure we handle extents beyond file size correctly.
# Note until we support fallocate, we will not maintain
# the file allocation. Ammend this test when fallocate is supported
# the file allocation. FIXME: amend this test when fallocate is supported.
fallocate -l 10000000 -n unwritten.withdata || framework_failure
dd count=10 if=/dev/urandom conv=notrunc iflag=fullblock of=unwritten.withdata
cp unwritten.withdata cp.test || fail=1