Replace 'dd' in tests with use of guestfish 'sparse' command.
authorRichard Jones <rjones@redhat.com>
Tue, 20 Apr 2010 10:04:14 +0000 (11:04 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 20 Apr 2010 10:04:14 +0000 (11:04 +0100)
commit175c01d2336c07113f1c2966966957de5c344e3a
tree9f80fcb63ec9ee328dfb7dff7d7f29cf89149288
parent54a8f8f30de2f3132da97c54d07ca4639c405de1
Replace 'dd' in tests with use of guestfish 'sparse' command.

'dd' is a very inefficient way to create files.  'truncate' is
better, but unfortunately that command is not available in RHEL 5.
So use the guestfish 'sparse' command instead (which also avoids
allocating disk space).
regressions/rhbz503169c10.sh
regressions/rhbz503169c13.sh
regressions/test-bootbootboot.sh