| Index: client/tools/autotest
|
| diff --git a/client/tools/autotest b/client/tools/autotest
|
| index 13fe1cc9dca7d4f6da432cf5de10433b82b5efe1..8fae3f4005364a81d7b0ee2ab281ecd75d1ac8e3 100755
|
| --- a/client/tools/autotest
|
| +++ b/client/tools/autotest
|
| @@ -6,7 +6,6 @@ autotest_conf = os.path.realpath('/etc/autotest.conf')
|
|
|
| if os.path.isfile(autotest_conf):
|
| autodir = os.path.dirname(autotest_conf)
|
| -
|
| if not autodir:
|
| for path in ['/usr/local/autotest', '/home/autotest']:
|
| if os.path.exists(os.path.join(path, 'bin/autotest')):
|
|
|