summaryrefslogtreecommitdiffstats
path: root/regressions/test-guestfish-a.sh
Commit message (Collapse)AuthorAgeFilesLines
* fish: Specify format of disks (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-4/+21
| | | | | | | | For libvirt guests, the disk format is copied from libvirt (if libvirt knows it). For command line disk images, you can use --format to override format auto-detection.
* regressions: Test just-built guestfish.Richard W.M. Jones2010-09-221-1/+1
| | | | | | Instead of testing the installed /usr/bin/guestfish. This fixes commit ddda0f7bd00a37274dae38f4ce93955b8cfdf7d7.
* Test guestfish -a and guestfish -d options.Richard W.M. Jones2010-09-221-0/+28
Since these options were both broken in released version 1.5.17, best to have a regression test to catch this in future.