| Index: client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
 | 
| diff --git a/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py b/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
 | 
| index ab0b1dd7c306b35f401dc203c19a9441dcf2102c..e68eeeb7d473708493894d41416b6099f373aa85 100644
 | 
| --- a/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
 | 
| +++ b/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
 | 
| @@ -338,7 +338,7 @@ class devrec_gpio:
 | 
|  
 | 
|          # TODO(tbroch) hardcode for now ... iotools usages going away
 | 
|          # longer term anyways
 | 
| -        path = '/home/autotest/deps/iotools/'
 | 
| +        path = '/usr/local/autotest/deps/iotools/'
 | 
|          # Generate symlinks for iotools.
 | 
|          if not os.path.exists(path + 'pci_read32'):
 | 
|              os.system(path + 'iotools --make-links')
 | 
| 
 |