Fix tests when lttng-ust is disabled
[lttng-tools.git] / tests / ust / low-throughput / run
index 8beaf60a5413a4a3f3ae133bdba9f06065e772bf..3f2d1b72cfb8fe2b7f3ef1b1dfd53233e575e42b 100755 (executable)
@@ -27,7 +27,7 @@ echo -e "\n-------------------------------------------"
 echo -e "UST tracer - Testing low events throughput"
 echo -e "-------------------------------------------"
 
-if [ ! -e "$CURDIR/$BIN_NAME" ]; then
+if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        echo -e "No UST nevents binary detected. Passing."
        exit 0
 fi
This page took 0.023015 seconds and 4 git commands to generate.