# HG changeset patch # User Christian Ebert # Date 1321448159 0 # Node ID c7a801067441b69fe89e248468d359be8699ef60 # Parent 4ecaec765d765689c1bff3a19262e3bc1e44702e# Parent 34ebea1c49c9fa45ab39292b2037eea36101e549 Merge with stable diff -r 4ecaec765d76 -r c7a801067441 tests/run-tests.py --- a/tests/run-tests.py Fri Nov 11 09:39:33 2011 +0000 +++ b/tests/run-tests.py Wed Nov 16 12:55:59 2011 +0000 @@ -508,7 +508,7 @@ return run(cmd, wd, options, replacements) def shtest(test, wd, options, replacements): - cmd = '"%s"' % test + cmd = '%s "%s"' % (options.shell, test) vlog("# Running", cmd) return run(cmd, wd, options, replacements)