Browse Source

tearDown

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@672908 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
2756fee00e
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/tests/antunit/types/glob-test.xml

+ 6
- 0
src/tests/antunit/types/glob-test.xml View File

@@ -24,6 +24,12 @@

<dirname property="glob-test.dir"
file="${ant.file.glob-test}"/>

<target name="tearDown">
<delete dir="${glob-test.dir}/src"/>
<delete dir="${glob-test.dir}/dst"/>
</target>

<target name="test-move">
<property
name="glob-test-out-dir"


Loading…
Cancel
Save