tests: Split images -> tests/data + tests/guests
[libguestfs.git] / edit / test-virt-edit.sh
index d43851b..7645a7f 100755 (executable)
@@ -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