mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
ace4aecd5e
Previously it failed like: $ ./tests/domainschematest ./tests/domainschematest: line 4: ./test-lib.sh: No such file or directory
11 lines
189 B
Bash
Executable File
11 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=$(dirname $0)}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="capabilityschemadata xencapsdata"
|
|
SCHEMA="capability.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|