summaryrefslogtreecommitdiffstats
path: root/fish/test-add-domain.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Move debug-drives testing API to launch.c and change the output.Richard W.M. Jones2012-07-231-3/+3
| | | | It should work with any attach-method.
* tests: Replace truncate command with 'guestfish sparse'.Richard W.M. Jones2012-06-181-1/+4
| | | | | | | | | | 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
* fish: Rename tests and make test paths relative.Richard W.M. Jones2012-03-121-3/+3
| | | | | | | | | | 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-*'.
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-0/+96