mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4f4a1deccb
Introduced in commit 39a7be470c
.
* tests/*schematest: replace 'source' with '.'
* tests/schematestutils.sh: remove 'function' keyword and add '()'
9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./schematestutils.sh
|
|
|
|
DIRS="interfaceschemadata"
|
|
SCHEMA="interface.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|