diff --git a/update-test-path b/update-test-path
index 1766cbb093c3e53d9afdcd86a2810e491857eafb..61174ffba24e5f9d5fa56269cc22b3911bde093e 100644
--- a/update-test-path
+++ b/update-test-path
@@ -12,4 +12,5 @@ aarch64) ARCHDIR=arm64 ;;
 esac
 
 PATH=${TESTPATH}/${ARCHDIR}/bin:$PATH
+export LD_LIBRARY_PATH=${TESTPATH}/${ARCHDIR}/lib:$LD_LIBRARY_PATH