changeset 16888:040b8c08b6c0

test-import: remove unneeded chmod call As pointed out by Mads, setting the x bit on dummypatch.py is unneeded, because it is called with 'python ../dummypatch.py'.
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 08 Jun 2012 15:11:05 +0200
parents 91e417e9f4b0
children 0074c2babb13
files tests/test-import.t
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-import.t	Fri Jun 08 15:11:05 2012 +0200
+++ b/tests/test-import.t	Fri Jun 08 15:11:05 2012 +0200
@@ -54,7 +54,6 @@
   > print 'patching file a'
   > file('a', 'wb').write('line2\n')
   > EOF
-  $ chmod +x dummypatch.py
   $ hg clone -r0 a b
   adding changesets
   adding manifests