diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 9eb9badf84..58f3e58461 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -1291,7 +1291,7 @@ class DevtoolExtractTests(DevtoolBase): | |||
| 1291 | installdir = bb_vars['D'] | 1291 | installdir = bb_vars['D'] |
| 1292 | fakerootenv = bb_vars['FAKEROOTENV'] | 1292 | fakerootenv = bb_vars['FAKEROOTENV'] |
| 1293 | fakerootcmd = bb_vars['FAKEROOTCMD'] | 1293 | fakerootcmd = bb_vars['FAKEROOTCMD'] |
| 1294 | result = runCmd('%s %s find . -type f -exec ls -l {} \;' % (fakerootenv, fakerootcmd), cwd=installdir) | 1294 | result = runCmd('%s %s find . -type f -exec ls -l {} \\;' % (fakerootenv, fakerootcmd), cwd=installdir) |
| 1295 | filelist1 = self._process_ls_output(result.output) | 1295 | filelist1 = self._process_ls_output(result.output) |
| 1296 | 1296 | ||
| 1297 | # Now look on the target | 1297 | # Now look on the target |
