test_functions.sh: don't override RUNLTTV
[ust.git] / tests / test_functions.sh
index d27a734176124a75f317dc476d02169d3609fc4d..4f789ab1c4327a00d37685b9bda2cfc84d2e79e0 100644 (file)
@@ -40,8 +40,7 @@ function check_trace_logs() {
 
 
 function trace_matches() {
-
-    RUNLTTV=~/devel/lttv/runlttv
+    local OPTIND=
 
     if [ ! -x "$RUNLTTV" ]; then
        echo "$0: $RUNLTTV not executable. Edit \$RUNLTTV to point to your lttv source directory." >/dev/stderr
This page took 0.022 seconds and 4 git commands to generate.