diff --git a/test/test_common.py b/test/test_common.py index b303df5d..d57ad4a5 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -17,7 +17,7 @@ def test_common(): primitive = re.sub(r"\.c$", "", d) binname = os.path.join('..', 'bin', 'test_'+primitive) helpers.make(binname) - helpers.run_subprocess(binname) + helpers.run_subprocess([binname]) if __name__ == '__main__':