summaryrefslogtreecommitdiff
path: root/tools/binman/entry_test.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-01 21:22:30 +0300
committerSimon Glass <sjg@chromium.org>2018-10-09 13:40:27 +0300
commit741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87 (patch)
treec6d758365740ff47c4df5ef7d26535853c9557f6 /tools/binman/entry_test.py
parent6e64ec1256875f6fafa853a74108fb57fd769e98 (diff)
downloadu-boot-741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87.tar.xz
binman: Move to three-digit test-file numbers
We now have 99 tests. Before adding any more, rename everything to three digits. This helps to preserve the ordering of tests and makes it easier to find things. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/entry_test.py')
-rw-r--r--tools/binman/entry_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/entry_test.py b/tools/binman/entry_test.py
index 17ab229014..1f7ff5b4e4 100644
--- a/tools/binman/entry_test.py
+++ b/tools/binman/entry_test.py
@@ -25,7 +25,7 @@ class TestEntry(unittest.TestCase):
def GetNode(self):
binman_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
fname = fdt_util.EnsureCompiled(
- os.path.join(binman_dir,('test/05_simple.dts')))
+ os.path.join(binman_dir,('test/005_simple.dts')))
dtb = fdt.FdtScan(fname)
return dtb.GetNode('/binman/u-boot')