Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 7079)
+++ trunk/build.xml	(revision 7085)
@@ -267,8 +267,4 @@
             <replace file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_USERNAME@" value="${osm.username}"/>
             <replace file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_PASSWORD@" value="${osm.password}"/>
-        	<!-- Works only on Windows, does nothing on Unix -->
-        	<attrib file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" readonly="true"/>
-            <!-- Works only on Unix, does nothing on Windows -->
-        	<chmod file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" perm="ugo-w" verbose="true"/>
         </sequential>
     </macrodef>
