From 8367d388d4d581f12d33e882aef21af6977a2ef9 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Wed, 5 Jul 2017 14:09:48 +0200 Subject: support/testing: remove references to host/usr The tools are now installed in host/bin instead of host/usr/bin. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- support/testing/tests/fs/test_jffs2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/testing/tests/fs/test_jffs2.py') diff --git a/support/testing/tests/fs/test_jffs2.py b/support/testing/tests/fs/test_jffs2.py index 0d45af209b..7185df7899 100644 --- a/support/testing/tests/fs/test_jffs2.py +++ b/support/testing/tests/fs/test_jffs2.py @@ -28,7 +28,7 @@ BR2_TARGET_ROOTFS_JFFS2_PADSIZE=0x4000000 def test_run(self): img = os.path.join(self.builddir, "images", "rootfs.jffs2") - out = subprocess.check_output(["host/usr/sbin/jffs2dump", "-c", img], + out = subprocess.check_output(["host/sbin/jffs2dump", "-c", img], cwd=self.builddir, env={"LANG": "C"}) out = out.splitlines() -- cgit v1.2.3