summaryrefslogtreecommitdiffstats
path: root/fish/test-a.sh
Commit message (Collapse)AuthorAgeFilesLines
* launch: Treat /dev/null specially, for old KVM.Richard W.M. Jones2012-06-251-6/+10
| | | | | | | | | Old KVM can't add /dev/null readonly. Treat /dev/null as a special case. We also fix a few tests where /dev/null was being used with format=qcow2. This was always incorrect behaviour, but qemu appears to tolerate it.
* fish: Rename tests and make test paths relative.Richard W.M. Jones2012-03-121-0/+45
When these tests were originally in the old regressions/ directory, they used to refer to guestfish via the path '../fish/guestfish'. Some of the tests were also called 'test-guestfish-*'. Now that the tests have been moved into the fish/ directory, neither of these things make sense. So change the relative path to './guestfish' and rename all 'test-guestfish-*' as 'test-*'.