aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/scanelf.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/scanelf.py')
-rw-r--r--meta/lib/oeqa/runtime/scanelf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/scanelf.py b/meta/lib/oeqa/runtime/scanelf.py
index 43a024ab9a..67e02ff455 100644
--- a/meta/lib/oeqa/runtime/scanelf.py
+++ b/meta/lib/oeqa/runtime/scanelf.py
@@ -8,7 +8,7 @@ def setUpModule():
class ScanelfTest(oeRuntimeTest):
- def setUp(self):
+ def setUpLocal(self):
self.scancmd = 'scanelf --quiet --recursive --mount --ldpath --path'
@testcase(966)