[Libguestfs] [PATCH] inspector: tests: Enable the Arch Linux test

Nikos Skalkotos skalkoto at grnet.gr
Wed Jun 3 12:22:38 UTC 2015


---
 inspector/test-virt-inspector.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inspector/test-virt-inspector.sh b/inspector/test-virt-inspector.sh
index 86d70a8..02bbcad 100755
--- a/inspector/test-virt-inspector.sh
+++ b/inspector/test-virt-inspector.sh
@@ -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)
-- 
2.1.0




More information about the Libguestfs mailing list