Browse Source

typo

master
Stefan Bodewig 9 years ago
parent
commit
dcf24136c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/types/selectors/readwrite-test.xml

+ 1
- 1
src/tests/antunit/types/selectors/readwrite-test.xml View File

@@ -66,7 +66,7 @@

<target name="makeFileUnwritable"
depends="createTestdir,makeFileUnwritable-Unix,makeFileUnwritable-Windows"/>
<target name="makeFileUnwritable-Unix" id="unix">
<target name="makeFileUnwritable-Unix" if="unix">
<chmod file="${output}/${file}" perm="444"/>
</target>
<target name="makeFileUnwritable-Windows" unless="unix">


Loading…
Cancel
Save