mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
9 lines
144 B
Bash
Executable File
9 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
|
SCHEMA="storagevol.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|