Use genfile instead of mksparse

This commit is contained in:
Sergey Poznyakoff
2004-09-07 13:27:22 +00:00
parent f3f06e8a71
commit 6b401f904a

View File

@@ -25,7 +25,7 @@ TAR_ARCHIVE_FORMATS="gnu oldgnu posix"
genfile --length 1000 > begin
genfile --length 1000 > end
mksparse sparsefile 512 0 ABCD 1M EFGH 2000K IJKL
genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL
tar -c -f archive --sparse begin sparsefile end
echo separator