mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-04 08:04:04 +00:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="interfaceschemadata"
|
|
SCHEMA="interface.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|