summaryrefslogtreecommitdiff
path: root/tests/test_using_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_using_qemu.sh')
-rwxr-xr-xtests/test_using_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_using_qemu.sh b/tests/test_using_qemu.sh
index 6b3f0733..081d963e 100755
--- a/tests/test_using_qemu.sh
+++ b/tests/test_using_qemu.sh
@@ -24,7 +24,7 @@ sudo mount --bind /dev "${SYSROOT}/dev"
# Don't exit on error, so we can capture the error code
set +e
-sudo chroot ${SYSROOT} ${QEMU_RUN} -drop-ld-preload \
+sudo chroot ${SYSROOT} ${QEMU_RUN} \
-E LD_LIBRARY_PATH=/lib64:/lib:/usr/lib64:/usr/lib \
-E HOME=${HOME} \
-E BUILD=${BUILD_RUN} \