From ee87fdaf8f1472efa34819db8ff06f952e1ac798 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 3 Jun 2015 15:22:38 +0300 Subject: [PATCH] inspector: tests: Enable the Arch Linux test --- 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 86d70a8ec..02bbcad0c 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 . diff_ignore="-I [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]" -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)