author | Mads Kiilerich <mads@kiilerich.com> |
Mon, 07 Nov 2011 03:25:10 +0100 | |
changeset 15450 | 90c15a7573df |
parent 15449 | f71d60da58fb |
child 15451 | 23144f06919c |
--- 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