| Index: client/site_tests/logging_UserCrash/logging_UserCrash.py
 | 
| diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
 | 
| index 8ed326845e8c5de966023c5bcc54d279203ebf3a..94dcb6ae8fce70697009a5d52c3d76bf293f139a 100644
 | 
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
 | 
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
 | 
| @@ -586,7 +586,7 @@ class logging_UserCrash(crash_test.CrashTest):
 | 
|          # The configuration file hardcodes this path, so make sure it's still
 | 
|          # the same.
 | 
|          if (recursion_triggering_crasher !=
 | 
| -            '/home/autotest/tests/crash_log_recursion_test'):
 | 
| +            '/usr/local/autotest/tests/crash_log_recursion_test'):
 | 
|            raise error.TestError('Path to recursion test changed')
 | 
|          # Copy crasher_path to a test location with correct mode and a
 | 
|          # special name to trigger crash log creation.
 | 
| 
 |