mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
54971d9170
Signed-off-by: Chris Lalancette <clalance@redhat.com>
11 lines
197 B
Bash
Executable File
11 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="domainsnapshotxml2xmlin domainsnapshotxml2xmlout"
|
|
SCHEMA="domainsnapshot.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|