(testsuite) Avoid complete-ant-cmd.pl errors with our build.xml

This commit is contained in:
Ville Skyttä 2014-02-21 19:39:17 +02:00
parent 3cdcfdeda6
commit 14be62aae4

View File

@ -8,9 +8,9 @@
<!-- ... -->
</target>
<target foo="bar" name="init"></target>
<target description="bar" name="init"></target>
<target
foo="bar"
description="bar"
name='bashcomp' >
<!-- ... -->
</target>