From 980eae09eeb6df4964886b27315ac5a130cf86e4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 17 Feb 2011 13:25:19 -0500 Subject: [PATCH] test_functions.sh: don't override RUNLTTV Signed-off-by: Mathieu Desnoyers --- tests/test_functions.sh | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1