summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index 887c1e6b4c..dc3435fc2b 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -461,7 +461,7 @@ class DevtoolTests(DevtoolBase):
461 bitbake('mdadm -c package') 461 bitbake('mdadm -c package')
462 check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % manfile) 462 check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % manfile)
463 463
464 result = runCmd('git -C %s checkout -- %s' % (tempdir, modfile)) 464 result = runCmd('git checkout -- %s' % modfile, cwd=tempdir)
465 check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)') 465 check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)')
466 466
467 bitbake('mdadm -c package') 467 bitbake('mdadm -c package')