| Index: client/tests/posixtest/posixtest.py
|
| diff --git a/client/tests/posixtest/posixtest.py b/client/tests/posixtest/posixtest.py
|
| index cf68e6ddc5c153c157322832aff74e771333aa27..c8e3e1903f1ac74f20ef6ce8f86381f6c45d0d5d 100644
|
| --- a/client/tests/posixtest/posixtest.py
|
| +++ b/client/tests/posixtest/posixtest.py
|
| @@ -21,7 +21,7 @@ class posixtest(test.test):
|
| # Applying a small patch that introduces some linux specific
|
| # linking options
|
| utils.system('patch -p1 < ../posix-linux.patch')
|
| - utils.system('make')
|
| + utils.make()
|
|
|
|
|
| def execute(self):
|
|
|