| Index: client/site_tests/hardware_StorageFio/hardware_StorageFio.py
 | 
| diff --git a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
 | 
| index c13879cc1116499d79565139f5aedae7cbe94e2c..eb7f33e9876d78a21c8250118db8e882505d525a 100644
 | 
| --- a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
 | 
| +++ b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
 | 
| @@ -28,7 +28,7 @@ class hardware_StorageFio(test.test):
 | 
|          os.chdir(self.srcdir)
 | 
|          utils.system('patch -p1 < ../Makefile.patch')
 | 
|          utils.system('patch -p1 < ../arm.patch')
 | 
| -        utils.system('%s %s make' % (var_ldflags, var_cflags))
 | 
| +        utils.make(make='%s %s make' % (var_ldflags, var_cflags))
 | 
|  
 | 
|  
 | 
|      def __find_free_root_partition(self):
 | 
| 
 |