Remove bashisms from schema tests.

Introduced in commit 39a7be470c.

* tests/*schematest: replace 'source' with '.'
* tests/schematestutils.sh: remove 'function' keyword and add '()'
This commit is contained in:
Matthias Bolte
2009-10-17 01:16:25 +02:00
parent caf8e91588
commit 4f4a1deccb
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
source ./schematestutils.sh
. ./schematestutils.sh
DIRS="capabilityschemadata xencapsdata"
SCHEMA="capability.rng"