mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
39a7be470c
All schema tests have identical functionality, so avoid the duplication.
10 lines
134 B
Bash
Executable File
10 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="../src/network networkschemadata"
|
|
SCHEMA="network.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|
|
|