summaryrefslogtreecommitdiffstats
path: root/cat/test-virt-cat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cat/test-virt-cat.sh')
-rwxr-xr-xcat/test-virt-cat.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cat/test-virt-cat.sh b/cat/test-virt-cat.sh
index 19b8d875..79844562 100755
--- a/cat/test-virt-cat.sh
+++ b/cat/test-virt-cat.sh
@@ -4,11 +4,11 @@ export LANG=C
set -e
# Read out the test files from the image using virt-cat.
-if [ "$(./virt-cat ../images/fedora.img /etc/test1)" != "abcdefg" ]; then
+if [ "$(./virt-cat ../tests/guests/fedora.img /etc/test1)" != "abcdefg" ]; then
echo "$0: error: mismatch in file test1"
exit 1
fi
-if [ "$(./virt-cat ../images/fedora.img /etc/test2)" != "" ]; then
+if [ "$(./virt-cat ../tests/guests/fedora.img /etc/test2)" != "" ]; then
echo "$0: error: mismatch in file test2"
exit 1
fi