inspector: tests: Enable the Arch Linux test

This commit is contained in:
Nikos Skalkotos
2015-06-03 15:22:38 +03:00
committed by Richard W.M. Jones
parent fa80f88c9c
commit ee87fdaf8f

View File

@@ -29,7 +29,7 @@ fi
# ntfs-3g can't set UUIDs right now, so ignore just that <uuid>.
diff_ignore="-I <uuid>[0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]</uuid>"
for f in ../tests/guests/{debian,fedora,ubuntu,coreos,windows}.img; do
for f in ../tests/guests/{debian,fedora,ubuntu,archlinux,coreos,windows}.img; do
# Ignore zero-sized windows.img if ntfs-3g is not installed.
if [ -s "$f" ]; then
b=$(basename "$f" .xml)