mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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"
|