summaryrefslogtreecommitdiffstats
path: root/edit/test-virt-edit.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Attach copyright and license (GPLv2+) notices to various test scripts.Richard W.M. Jones2012-08-311-0/+16
| | | | For some reason these tests did not have license notices.
* tests: Use qemu-img to create an overlay for testing, instead of copying.Richard W.M. Jones2012-06-291-7/+9
| | | | | | | | | | Replace: cp tests/guests/fedora.img test.img with the longer but possibly more space-efficient equivalent: qemu-img create -F raw -b tests/guests/fedora.img -f qcow2 test.qcow2
* edit: Preserve file permissions, UID, GID, SELinux context on edited files. ↵Richard W.M. Jones2012-02-091-0/+9
| | | | (RHBZ#788641)
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-1/+1
|
* Rewrite virt-edit in C.Richard W.M. Jones2011-05-091-0/+42