mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 01:43:40 -06:00
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="storagepoolschemadata"
|
|
SCHEMA="storagepool.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|