summaryrefslogtreecommitdiffstats
path: root/tests/qemu/qemu-liveness.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace truncate command with 'guestfish sparse'.Richard W.M. Jones2012-06-211-1/+1
| | | | | | | | | | | 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 39df80dcc0e485e69048bddbf33c259ce532e50d)
* tests: Add a simple liveness tests for qemu.Richard W.M. Jones2011-12-221-0/+52