6 # Read out the test files from the image using virt-cat.
7 if [ "$(./virt-cat test.img /etc/test1)" != "abcdefg" ]; then
8 echo "$0: error: mismatch in file test1"
11 if [ "$(./virt-cat test.img /etc/test2)" != "" ]; then
12 echo "$0: error: mismatch in file test2"