test_functions.sh: don't override RUNLTTV
[ust.git] / 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.022123 seconds and 4 git commands to generate.