libvirt/tests/domainsnapshotschematest

11 lines
209 B
Plaintext
Raw Normal View History

#!/bin/sh
: ${srcdir=$(dirname $0)}
. $srcdir/test-lib.sh
. $abs_srcdir/schematestutils.sh
DIRS="domainsnapshotxml2xmlin domainsnapshotxml2xmlout"
SCHEMA="domainsnapshot.rng"
check_schema "$DIRS" "$SCHEMA"