X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest_functions.sh;fp=tests%2Ftest_functions.sh;h=4f789ab1c4327a00d37685b9bda2cfc84d2e79e0;hb=980eae09eeb6df4964886b27315ac5a130cf86e4;hp=40d4d8982cffa116c1881d87f4f01e970354e68e;hpb=0b5d1bcfa2239ae33188ee919aad16e03a6971cf;p=ust.git diff --git a/tests/test_functions.sh b/tests/test_functions.sh index 40d4d89..4f789ab 100644 --- a/tests/test_functions.sh +++ b/tests/test_functions.sh @@ -42,8 +42,6 @@ function check_trace_logs() { function trace_matches() { local OPTIND= - RUNLTTV=~/devel/lttv/runlttv - if [ ! -x "$RUNLTTV" ]; then echo "$0: $RUNLTTV not executable. Edit \$RUNLTTV to point to your lttv source directory." >/dev/stderr exit 1;