diff -r 50f46b771921 -r b6fa1f628bbe tests/run-tests.py --- a/tests/run-tests.py Sat Sep 15 13:31:41 2018 -0400 +++ b/tests/run-tests.py Sun Sep 16 23:13:05 2018 -0400 @@ -2976,7 +2976,7 @@ makedirs(self._bindir) vlog("# Running", cmd) - if os.system(cmd) == 0: + if os.system(_strpath(cmd)) == 0: if not self.options.verbose: try: os.remove(installerrs)