diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2009-10-17 01:16:25 +0200 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2009-10-17 01:16:25 +0200 |
commit | 4f4a1deccbd1f97bd715ffc12e9cb89394a1098e (patch) | |
tree | d156123368f55d5f9f8c632b512b3d7eae7a60f3 /tests/storagepoolschematest | |
parent | tests: Add storage volume XML 2 XML tests. (diff) | |
download | libvirt-4f4a1deccbd1f97bd715ffc12e9cb89394a1098e.tar.gz libvirt-4f4a1deccbd1f97bd715ffc12e9cb89394a1098e.tar.bz2 libvirt-4f4a1deccbd1f97bd715ffc12e9cb89394a1098e.zip |
Remove bashisms from schema tests.
Introduced in commit 39a7be470cc5477a96a4d53194291bf4c7b07185.
* tests/*schematest: replace 'source' with '.'
* tests/schematestutils.sh: remove 'function' keyword and add '()'
Diffstat (limited to 'tests/storagepoolschematest')
-rwxr-xr-x | tests/storagepoolschematest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storagepoolschematest b/tests/storagepoolschematest index be4767d5e..57b2f7bbd 100755 --- a/tests/storagepoolschematest +++ b/tests/storagepoolschematest @@ -1,6 +1,6 @@ #!/bin/sh -source ./schematestutils.sh +. ./schematestutils.sh DIRS="storagepoolxml2xmlin storagepoolxml2xmlout" SCHEMA="storagepool.rng" |