mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
665344da01
also validate it against the RNG schema.
11 lines
156 B
Bash
Executable File
11 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="secretxml2xmlin"
|
|
SCHEMA="secret.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|