mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
39a7be470c
All schema tests have identical functionality, so avoid the duplication.
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"
|