author | Mads Kiilerich <mads@kiilerich.com> |
Mon, 07 Nov 2011 03:25:10 +0100 | |
branch | stable |
changeset 1018 | 4d2cc32c6d97 |
parent 1017 | 9cd561108da4 |
child 1019 | e7fbd63e5a98 |
--- a/tests/run-tests.py Mon Nov 07 03:25:10 2011 +0100 +++ b/tests/run-tests.py Mon Nov 07 03:25:10 2011 +0100 @@ -643,7 +643,7 @@ os.write(fd, l) os.close(fd) - cmd = '"%s" "%s"' % (options.shell, name) + cmd = '%s "%s"' % (options.shell, name) vlog("# Running", cmd) exitcode, output = run(cmd, wd, options, replacements) # do not merge output if skipped, return hghave message instead