mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
4f4a1deccb
Introduced in commit 39a7be470cc5477a96a4d53194291bf4c7b07185. * tests/*schematest: replace 'source' with '.' * tests/schematestutils.sh: remove 'function' keyword and add '()'
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./schematestutils.sh
|
|
|
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
|
SCHEMA="storagevol.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|