mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-10 07:20:02 +00:00
e6abf3d8f2
* tests/capabilityschematest: Define and use $srcdir. * tests/domainschematest: Likewise. * tests/interfaceschematest: Likewise. * tests/networkschematest: Likewise. * tests/nodedevschematest: Likewise. * tests/storagepoolschematest: Likewise. * tests/storagevolschematest: Likewise.
10 lines
159 B
Bash
Executable File
10 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/schematestutils.sh
|
|
|
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
|
SCHEMA="storagevol.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|