| Index: client/tests/xmtest/xmtest.py
 | 
| diff --git a/client/tests/xmtest/xmtest.py b/client/tests/xmtest/xmtest.py
 | 
| index d5f80405e2f98a403c48a3b8bba4f5046421ad59..eb873de34b850786e4fdce0f34c64e2aef13c6ba 100644
 | 
| --- a/client/tests/xmtest/xmtest.py
 | 
| +++ b/client/tests/xmtest/xmtest.py
 | 
| @@ -26,8 +26,8 @@ class xmtest(test.test):
 | 
|          os.chdir(self.srcdir)
 | 
|  
 | 
|          utils.system('./autogen')
 | 
| -        utils.system('./configure')
 | 
| -        utils.system('make existing')
 | 
| +        utils.configure()
 | 
| +        utils.make('existing')
 | 
|  
 | 
|  
 | 
|      def execute(self, args = ''):
 | 
| 
 |