[Bash-completion-commits] [bash-completion] 03/03: (testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
Ville Skyttä
scop-guest at moszumanska.debian.org
Fri Feb 21 17:40:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
scop-guest pushed a commit to branch master
in repository bash-completion.
commit 14be62aae4197a7f98e913c0ada910c5c2ea7f04
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Fri Feb 21 19:39:17 2014 +0200
(testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
---
test/fixtures/ant/build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/fixtures/ant/build.xml b/test/fixtures/ant/build.xml
index 146c7f3..09b4cd2 100644
--- a/test/fixtures/ant/build.xml
+++ b/test/fixtures/ant/build.xml
@@ -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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git
More information about the Bash-completion-commits
mailing list