Skip to content
Snippets Groups Projects
Commit 040b8c08b6c0 authored by Adrian Buehlmann's avatar Adrian Buehlmann
Browse files

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'.
parent 91e417e9f4b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment