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'.
This commit is contained in:
Adrian Buehlmann 2012-06-08 15:11:05 +02:00
parent 3168076da4
commit 87c663dfca

View File

@ -54,7 +54,6 @@ import exported patch with external patcher
> print 'patching file a'
> file('a', 'wb').write('line2\n')
> EOF
$ chmod +x dummypatch.py
$ hg clone -r0 a b
adding changesets
adding manifests