test-* recipes: fix xmllint errors

config_0.xml.tmp:26: element config: Schemas validity error :
  Element 'config': Character content other than whitespace is
  not allowed because the content type is 'element-only'

Issue #3612
This commit is contained in:
Alexander Boettcher 2020-04-01 15:15:19 +02:00 committed by Christian Helmuth
parent 7bf47b1982
commit 2b41323fe6
3 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@
<start name="test-libc_vfs">
<resource name="RAM" quantum="4M"/>
<config>
<iterations value="1"/>}
<write-read size="1M" buffer_size="8K"/>}
<iterations value="1"/>
<write-read size="1M" buffer_size="8K"/>
<vfs>
<dir name="tmp"> <fs/> </dir>
<dir name="dev"> <log/> </dir>

View File

@ -37,7 +37,7 @@
<start name="test-libc_vfs">
<resource name="RAM" quantum="4M"/>
<config>
<iterations value="1"/>}
<iterations value="1"/>
<write-read size="1M" buffer_size="8K"/>
<vfs>
<dir name="tmp"> <fs/> </dir>

View File

@ -27,7 +27,7 @@
<any-service> <parent/> </any-service>
</route>
<config>
<iterations value="1"/>}
<iterations value="1"/>
<write-read size="1M" buffer_size="8K"/>
<vfs>
<dir name="tmp"> <ram/> </dir>