tests: Split images -> tests/data + tests/guests
[libguestfs.git] / df / test-virt-df.sh
index 38884e1..af503a3 100755 (executable)
@@ -4,7 +4,7 @@ export LANG=C
 set -e
 
 # Run virt-df.
-output=$(./virt-df ../images/fedora.img)
+output=$(./virt-df ../tests/guests/fedora.img)
 
 # Check title is the first line.
 if [[ ! $output =~ ^Filesystem.* ]]; then