mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
inspector: tests: Enable the Arch Linux test
This commit is contained in:
committed by
Richard W.M. Jones
parent
fa80f88c9c
commit
ee87fdaf8f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user