From: Mathieu Desnoyers Date: Thu, 17 Feb 2011 18:25:19 +0000 (-0500) Subject: test_functions.sh: don't override RUNLTTV X-Git-Tag: v0.12~59 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=980eae09eeb6df4964886b27315ac5a130cf86e4 test_functions.sh: don't override RUNLTTV Signed-off-by: Mathieu Desnoyers --- 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;