Tests: Fix LD_PRELOAD library lookup path for health tests
[lttng-tools.git] / tests / tools / health / health_thread_stall
index d870895819b3614d8730d77fa4a4a4b9e4ac9fdc..5fd39ed6fd20f8516576e26e42a19f12567c4662 100755 (executable)
@@ -29,7 +29,7 @@ source $TESTDIR/utils.sh
 
 print_test_banner "$TEST_DESC"
 
-if [ ! -f "$SESSIOND_PRELOAD" ]; then
+if [ ! -f "$CURDIR/$SESSIOND_PRELOAD" ]; then
        echo -e "libhealthstall.so not available for this test. Skipping."
        exit 0
 fi
This page took 0.022913 seconds and 4 git commands to generate.