test_functions.sh: don't override RUNLTTV
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 18:25:19 +0000 (13:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 18:25:19 +0000 (13:25 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_functions.sh

index 40d4d8982cffa116c1881d87f4f01e970354e68e..4f789ab1c4327a00d37685b9bda2cfc84d2e79e0 100644 (file)
@@ -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;
This page took 0.024041 seconds and 4 git commands to generate.