Tests: Fix LD_PRELOAD library lookup path for health tests
[lttng-tools.git] / tests / tools / health / health_thread_exit
index dab6b6420f8f292a3f1dc94e013ff8ab9b2d0a5f..de783ad0847c6622d5b320d495842948501817e2 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 "libhealthexit.so not available for this test. Skipping."
        exit 0
 fi
This page took 0.022888 seconds and 4 git commands to generate.