X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ftest_functions.sh;h=4f789ab1c4327a00d37685b9bda2cfc84d2e79e0;hb=3659d94c0cfe5f112b4e60cf5f1e1432097faf4d;hp=40d4d8982cffa116c1881d87f4f01e970354e68e;hpb=d9ac3d712ae55d3049000ead812450e2fe067387;p=lttng-ust.git diff --git a/tests/test_functions.sh b/tests/test_functions.sh index 40d4d898..4f789ab1 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;