From 37784aa0078dedca244bbe63f7d5f525f2e99044 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 16 Jun 2009 17:05:12 -0400 Subject: [PATCH] hello2/run: fix library paths --- tests/hello2/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hello2/run b/tests/hello2/run index 6f5f5ba..f681b77 100755 --- a/tests/hello2/run +++ b/tests/hello2/run @@ -1,3 +1,3 @@ #!/bin/sh -UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello2 +UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../../libust/.libs:../../../liburcu $1 .libs/hello2 -- 2.34.1