branch | stable |
changeset 936 | 7a8ae4eb18bf |
parent 935 | 60045f152c3b |
child 942 | 92325072c4d4 |
--- a/tests/run-tests.py Sat May 07 21:01:15 2011 +0300 +++ b/tests/run-tests.py Mon May 09 17:20:15 2011 +0200 @@ -180,10 +180,6 @@ if 'java' in sys.platform or '__pypy__' in sys.modules: options.pure = True - if not (os.path.isfile(options.shell) and - os.access(options.shell, os.X_OK)): - parser.error('--shell must be executable') - if options.with_hg: if not (os.path.isfile(options.with_hg) and os.access(options.with_hg, os.X_OK)):