| Index: client/tests/qemu_iotests/qemu_iotests.py
 | 
| diff --git a/client/tests/qemu_iotests/qemu_iotests.py b/client/tests/qemu_iotests/qemu_iotests.py
 | 
| index 33b24c30d4966a1efa856e83a9c7bff84726021f..1a036b98815fac6523c6fe7bb5021caf5e871d3a 100644
 | 
| --- a/client/tests/qemu_iotests/qemu_iotests.py
 | 
| +++ b/client/tests/qemu_iotests/qemu_iotests.py
 | 
| @@ -34,7 +34,7 @@ class qemu_iotests(test.test):
 | 
|          tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
 | 
|          utils.extract_tarball_to_dir(tarball, self.srcdir)
 | 
|          os.chdir(self.srcdir)
 | 
| -        utils.system("make clean")
 | 
| +        utils.make('clean')
 | 
|  
 | 
|  
 | 
|      def run_once(self, options='', testlist=''):
 | 
| 
 |