summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/fs/test_squashfs.py
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 14:09:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 16:53:56 +0200
commit8367d388d4d581f12d33e882aef21af6977a2ef9 (patch)
tree8de1bee9acc943f9010ec04c56e04439e872b465 /support/testing/tests/fs/test_squashfs.py
parentd0ad066e4a4524375c13564be99aa779d24d1b73 (diff)
downloadbuildroot-8367d388d4d581f12d33e882aef21af6977a2ef9.tar.gz
buildroot-8367d388d4d581f12d33e882aef21af6977a2ef9.zip
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) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/testing/tests/fs/test_squashfs.py')
-rw-r--r--support/testing/tests/fs/test_squashfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/fs/test_squashfs.py b/support/testing/tests/fs/test_squashfs.py
index edaa087106..b205b6a55a 100644
--- a/support/testing/tests/fs/test_squashfs.py
+++ b/support/testing/tests/fs/test_squashfs.py
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_SQUASHFS4_LZ4=y
"""
def test_run(self):
- unsquashfs_cmd = ["host/usr/bin/unsquashfs", "-s", "images/rootfs.squashfs"]
+ unsquashfs_cmd = ["host/bin/unsquashfs", "-s", "images/rootfs.squashfs"]
out = subprocess.check_output(unsquashfs_cmd,
cwd=self.builddir,
env={"LANG": "C"})
OpenPOWER on IntegriCloud