Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Wed, 16 Nov 2011 12:55:59 +0000
changeset 1023 c7a801067441
parent 1021 4ecaec765d76 (current diff)
parent 1022 34ebea1c49c9 (diff)
child 1025 c1ee4cc36089
Merge with stable
--- 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)