| Index: client/tests/unixbench/unixbench.py
 | 
| diff --git a/client/tests/unixbench/unixbench.py b/client/tests/unixbench/unixbench.py
 | 
| index 1db49acf2108b5e57ab8d8ef9c1cfe19b43f1db2..b3fe920c0507e85f59bc510af70698725cf2b633 100644
 | 
| --- a/client/tests/unixbench/unixbench.py
 | 
| +++ b/client/tests/unixbench/unixbench.py
 | 
| @@ -19,7 +19,7 @@ class unixbench(test.test):
 | 
|  
 | 
|          utils.system('patch -p1 < ../unixbench.patch')
 | 
|          utils.system('patch -p1 < ../Makefile.patch')
 | 
| -        utils.make()
 | 
| +        utils.system('make')
 | 
|          utils.system('rm pgms/select')
 | 
|  
 | 
|  
 | 
| 
 |