tests: Use linuxdisk to create the test disk instead of guestfish.
commit7adcf1bd47c678c1f3489c02f138b32c99657a24
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Nov 2019 09:30:07 +0000 (15 09:30 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Nov 2019 11:39:25 +0000 (15 11:39 +0000)
treed028ec3f6c622a0107fa97e1d938f572d9eeacd5
parent94a70d7a413381c2a3a82e262373407c462d4058
tests: Use linuxdisk to create the test disk instead of guestfish.

Several tests used a test disk image.  This was created by guestfish
and so those tests were also defended by ‘if HAVE_GUESTFISH’ automake
conditionals.

This commit constructs the disk image using nbdkit-linuxdisk-plugin +
qemu-img instead, removing those conditionals.
tests/Makefile.am