Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549698 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
3267eeb316
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/taskdefs/move-test.xml

+ 1
- 1
src/tests/antunit/taskdefs/move-test.xml View File

@@ -3,7 +3,7 @@
<target name="test-move-caseonly">
<!-- this test is inspired by bugzilla 41948 -->
<!-- Especially intresting if executed on case-insensitive file systems -->
<!-- Especially interesting if executed on case-insensitive file systems -->
<touch file="${java.io.tmpdir}/abc"/>
<move file="${java.io.tmpdir}/abc" tofile="${java.io.tmpdir}/aBc"/>
<fileset dir="${java.io.tmpdir}" id="myfs">


Loading…
Cancel
Save