summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/binman_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/binman_tests.rst b/doc/develop/binman_tests.rst
index 745ca259d44..c7fa9ae6199 100644
--- a/doc/develop/binman_tests.rst
+++ b/doc/develop/binman_tests.rst
@@ -436,7 +436,7 @@ correct. You can to this with ``terminal.capture()``, for example:
.. code-block:: python
with terminal.capture() as (_, stderr):
- self._DoTestFile('071_gbb.dts', force_missing_bintools='futility',
+ self._DoTestFile('cros/gbb.dts', force_missing_bintools='futility',
entry_args=entry_args)
err = stderr.getvalue()
self.assertRegex(err, "Image 'image'.*missing bintools.*: futility")