X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=edit%2Ftest-virt-edit.sh;h=7645a7f47f5d1cc628ef29486fdd9769b28031ea;hb=cd077b8229731e292798f34dd56892cbfa6f1e0e;hp=d43851b58011daa1044c7749ab06d3a5496260ed;hpb=2b5fbc882a0a79646b668c7b95442f0b3673d63a;p=libguestfs.git diff --git a/edit/test-virt-edit.sh b/edit/test-virt-edit.sh index d43851b..7645a7f 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