Files
Richard W.M. Jones 5e658a650a tests: Replace truncate command with 'guestfish sparse'.
RHEL 5 didn't have the truncate command, but we can replace:

  truncate -s SIZE FILE

with the roughly equivalent command:

  guestfish sparse FILE SIZE

Cherry picked from commit 39df80dcc0
and backported to libguestfs 1.16 branch.
2012-06-21 13:17:11 +01:00
..