mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
ace4aecd5e
Previously it failed like: $ ./tests/domainschematest ./tests/domainschematest: line 4: ./test-lib.sh: No such file or directory
11 lines
203 B
Bash
Executable File
11 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=$(dirname $0)}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
|
|
SCHEMA="network.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|