Tests: fix make targets using objcopy
[lttng-tools.git] / tests / regression / ust / ust-dl / test_ust-dl.py
index 1e5e96bb99bb119238998070fd7b5b1f09ca0f11..dc7327017f6f8d6ddf179ad337b1ef2f6b8f79b0 100644 (file)
@@ -47,7 +47,7 @@ start_session(session_info)
 
 test_env = os.environ.copy()
 test_env["LD_PRELOAD"] = "liblttng-ust-dl.so"
-test_env["LD_LIBRARY_PATH"] = test_path + ".libs/"
+test_env["LD_LIBRARY_PATH"] = test_path
 test_process = subprocess.Popen(test_path + "prog",
                                 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
                                 env=test_env)
This page took 0.022819 seconds and 4 git commands to generate.