1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-26 14:03:49 +03:00
libvirt/tests/nodedevschematest
Cole Robinson 39a7be470c tests: Break out duplicate schema verification functionality.
All schema tests have identical functionality, so avoid the duplication.
2009-10-16 10:21:46 -04:00

9 lines
118 B
Bash
Executable File

#!/bin/sh
source ./schematestutils.sh
DIRS="nodedevschemadata"
SCHEMA="nodedev.rng"
check_schema "$DIRS" "$SCHEMA"