mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +00:00
11 lines
206 B
Bash
Executable File
11 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout storagevolschemadata"
|
|
SCHEMA="storagevol.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|