branch | stable |
changeset 1022 | 34ebea1c49c9 |
parent 1019 | e7fbd63e5a98 |
child 1033 | 8cbcb86e4fa8 |
--- a/tests/run-tests.py Mon Nov 07 03:25:10 2011 +0100 +++ b/tests/run-tests.py Wed Nov 16 03:45:14 2011 +0100 @@ -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)