Browse Source

Clean up on concat test

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273528 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
bc25c08b87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/etc/testcases/taskdefs/concat.xml

+ 1
- 0
src/etc/testcases/taskdefs/concat.xml View File

@@ -35,6 +35,7 @@
<concat destfile="TESTDEST" append="true">
<filelist dir="${basedir}" files="thisfiledoesnotexist"/>
</concat>
<delete file="TESTDEST"/>
</target>

</project>

Loading…
Cancel
Save