mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
39a7be470c
All schema tests have identical functionality, so avoid the duplication.
9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="nodedevschemadata"
|
|
SCHEMA="nodedev.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|