diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 12:15:06 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 15:48:11 +0000 |
commit | cd077b8229731e292798f34dd56892cbfa6f1e0e (patch) | |
tree | d7c2fb6e9d8c34b8f73152c297f243eee74dc450 /edit | |
parent | c649817586e5b4df53b251d1290422f5ef046045 (diff) | |
download | libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.gz libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.xz libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.zip |
tests: Split images -> tests/data + tests/guests
Diffstat (limited to 'edit')
-rwxr-xr-x | edit/test-virt-edit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/test-virt-edit.sh b/edit/test-virt-edit.sh index d43851b5..7645a7f4 100755 --- a/edit/test-virt-edit.sh +++ b/edit/test-virt-edit.sh @@ -5,7 +5,7 @@ set -e # Make a copy of the Fedora image so we can write to it then # discard it. -cp ../images/fedora.img test.img +cp ../tests/guests/fedora.img test.img # Edit interactively. We have to simulate this by setting $EDITOR. # The command will be: echo newline >> /tmp/file |